diff --git a/apps/webapp/src/styles/theme.css.ts b/apps/webapp/src/styles/theme.css.ts index a650474e..4bfe660d 100644 --- a/apps/webapp/src/styles/theme.css.ts +++ b/apps/webapp/src/styles/theme.css.ts @@ -207,7 +207,7 @@ const below = -1 const zLayoutHeader = above + base const zLayoutToast = above + zLayoutHeader const zLayoutSelect = above + zLayoutHeader -const zHomePageBackground = below + base +const zHomePageBackground = below + below + base const zAuthLayoutSeparator = base const zSearchPopover = above + zLayoutHeader