From cc315645de30218d1b034da3e130458fe2961a69 Mon Sep 17 00:00:00 2001 From: Thomas Hallock Date: Mon, 20 Oct 2025 15:58:58 -0500 Subject: [PATCH] fix(nav): ensure nav bar appears above tutorial tooltips MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Increased navigation bar z-index from 30 to 1000 to ensure it remains above tutorial tooltips (which use z-index 50 and 100) when scrolling. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- apps/web/src/components/AppNavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/AppNavBar.tsx b/apps/web/src/components/AppNavBar.tsx index 80da497d..3cc86df3 100644 --- a/apps/web/src/components/AppNavBar.tsx +++ b/apps/web/src/components/AppNavBar.tsx @@ -584,7 +584,7 @@ export function AppNavBar({ variant = 'full', navSlot }: AppNavBarProps) { top: 0, left: 0, right: 0, - zIndex: 30, + zIndex: 1000, transition: 'all 0.3s ease', })} >