From 1931d51eb6fdbdd1fe9823c8c37f712df6d16197 Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Fri, 26 Dec 2025 17:42:43 -0500 Subject: [PATCH] fix z --- src/components/Bars.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */}