diff options
-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 ad062a2d..e84ef730 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" |