comment fixing

This commit is contained in:
2026-01-06 13:40:32 -05:00
parent 1f661f4f89
commit 133800f2e3
7 changed files with 296 additions and 64 deletions

View File

@@ -429,7 +429,7 @@ export function LeftBar() {
tabindex="-1"
ref={ref}
aria-label="Main navigation"
class="border-r-overlay2 bg-base fixed z-9999 h-dvh border-r-2 transition-transform duration-500 ease-out"
class="border-r-overlay2 bg-base fixed z-200 h-dvh border-r-2 transition-transform duration-500 ease-out"
classList={{
"-translate-x-full": !leftBarVisible(),
"translate-x-0": leftBarVisible()