diff options
Diffstat (limited to 'src/app/layout.tsx')
| -rw-r--r-- | src/app/layout.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2223a84..56fed4f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -77,7 +77,7 @@ export default function RootLayout({ disableTransitionOnChange > <ProgressBar /> - <header className="fixed top-0 left-0 right-0 h-16 flex justify-between bg-white dark:bg-gray-950 bg-opacity-50 dark:bg-opacity-50 p-2 border-b backdrop-blur-sm"> + <header className="fixed top-0 left-0 right-0 h-16 flex justify-between bg-white dark:bg-gray-950 bg-opacity-50 dark:bg-opacity-50 p-2 border-b backdrop-blur-sm z-50"> <Link className="flex items-center gap-2 hover:scale-105 transition-transform" href="/" |
