From 28d2d90c32499c3c79ee5dea6068df88cbf1b6b8 Mon Sep 17 00:00:00 2001 From: Sybren W Date: Sat, 20 Jul 2024 01:14:03 +0200 Subject: [PATCH] fix(docs): fix z-index of top navigation to 2 --- website/src/components/navigation/navbar-container.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/navigation/navbar-container.tsx b/website/src/components/navigation/navbar-container.tsx index af37e138a7..b8468a6b2d 100644 --- a/website/src/components/navigation/navbar-container.tsx +++ b/website/src/components/navigation/navbar-container.tsx @@ -8,7 +8,7 @@ export const NavbarContainer = (props: BoxProps) => { top="0" width="full" background="bg.canvas" - zIndex="1" + zIndex="2" borderBottomWidth="1px" borderColor={{ _light: 'border.subtle', _dark: 'black' }} >