diff --git a/src/components/Bars.tsx b/src/components/Bars.tsx index 6fed084..a3a8177 100644 --- a/src/components/Bars.tsx +++ b/src/components/Bars.tsx @@ -286,7 +286,7 @@ export function LeftBar() { tabindex="-1" ref={ref} aria-label="Main navigation" - class="border-r-overlay2 bg-base fixed z-50 h-dvh border-r-2 transition-transform duration-500 ease-out" + class="border-r-overlay2 bg-base fixed z-9999 h-dvh border-r-2 transition-transform duration-500 ease-out" classList={{ "-translate-x-full": !leftBarVisible(), "translate-x-0": leftBarVisible() @@ -302,7 +302,7 @@ export function LeftBar() { {/* Hamburger menu button - positioned at right edge of navbar */}