diff --git a/apps/web/src/components/AppNavBar.tsx b/apps/web/src/components/AppNavBar.tsx index 81d5d0fe..c71636ac 100644 --- a/apps/web/src/components/AppNavBar.tsx +++ b/apps/web/src/components/AppNavBar.tsx @@ -495,6 +495,8 @@ function MinimalNav({ justifyContent: 'center', alignItems: 'flex-start', pointerEvents: 'none', + // Set CSS variable for minimal nav height (top offset + approx button height) + ['--app-nav-height' as any]: '92px', }} > {/* Hamburger Menu - positioned absolutely on left */} @@ -607,6 +609,10 @@ export function AppNavBar({ variant = 'full', navSlot }: AppNavBarProps) { return (
- {children} +
+ {children} +
{configurePlayerId && (