diff --git a/frontend/src/components/EditorLayout.tsx b/frontend/src/components/EditorLayout.tsx index 39f3ecdc..ff00f6b4 100644 --- a/frontend/src/components/EditorLayout.tsx +++ b/frontend/src/components/EditorLayout.tsx @@ -880,7 +880,9 @@ export default function EditorLayout() { if (isMobile) { return ( -
+ // h-dvh tracks the visible viewport as the address bar shows and hides, so + // the bottom tab bar stays on screen (100vh would push it behind the bar). +
{commandPaletteEl} {mobileSurface === 'content' && !bespokeContent && topBarEl}