Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
  • Loading branch information
FL03 committed Feb 6, 2025
1 parent 2ea95ad commit 72b28fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/(home)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ export default function Layout({
</NavigationMenuItem>
);
return (
<div className="h-full w-full flex flex-1 flex-col">
<Appbar flavor="primary">
<div className="relative h-full w-full flex flex-1 flex-col">
<Appbar flavor="primary" className="z-50">
<AppbarLeading>
<AppbarLogo>
<AppLogo />
Expand Down
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default async function RootLayout({

return (
<html lang="en" suppressHydrationWarning>
<body className="relative antialiased bg-background text-foreground min-h-svh w-full h-full p-0 m-0">
<body className="relative antialiased bg-background text-foreground min-h-svh w-full p-0 m-0">
<ThemeProvider
enableColorScheme
enableSystem
Expand Down

0 comments on commit 72b28fd

Please sign in to comment.