aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/layout.tsx
diff options
context:
space:
mode:
authorSebastien Castiel <sebastien@castiel.me>2024-01-17 10:22:49 -0500
committerSebastien Castiel <sebastien@castiel.me>2024-01-17 10:22:49 -0500
commitc4de3f605c2c6ffa505ad098c72292e706359c0e (patch)
treece5a429cac2fce66131975125646f856aa2e24de /src/app/layout.tsx
parentff6b84ff8818ee96f1d6cf479f72b2127eddec43 (diff)
Improve UI of expense list
Diffstat (limited to 'src/app/layout.tsx')
-rw-r--r--src/app/layout.tsx2
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="/"