diff options
author | Michal Sapka <michal@sapka.me> | 2022-09-12 11:01:35 +0200 |
---|---|---|
committer | Michal Sapka <michal@sapka.me> | 2022-09-12 11:01:35 +0200 |
commit | 23dee2d25d96c03174472b1a5a492385071ecdb2 (patch) | |
tree | bdf071720d5a0511260268c84c36c6807b73796b /components | |
parent | 210815ed718a0c89ad938816a3d5bebfd99ae027 (diff) |
fix: force z-index on topnav
Diffstat (limited to 'components')
-rw-r--r-- | components/topnav.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/topnav.tsx b/components/topnav.tsx index ad062a2..e84ef73 100644 --- a/components/topnav.tsx +++ b/components/topnav.tsx @@ -52,6 +52,7 @@ export default function Navbar() { backdropBrightness={useColorModeValue("1.1", "1")} width="100%" pt="5px" + zIndex="9000" > <Container maxW="xl" |