fix(nav): ensure nav bar appears above tutorial tooltips

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 <noreply@anthropic.com>
This commit is contained in:
Thomas Hallock 2025-10-20 15:58:58 -05:00
parent 035d8312c7
commit cc315645de
1 changed files with 1 additions and 1 deletions

View File

@ -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',
})}
>