commit 23dee2d25d96c03174472b1a5a492385071ecdb2 parent 210815ed718a0c89ad938816a3d5bebfd99ae027 Author: Michal Sapka <michal@sapka.me> Date: Mon, 12 Sep 2022 11:01:35 +0200 fix: force z-index on topnav Diffstat:
M | components/topnav.tsx | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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"