fix(ui): size mobile layout from live visible viewport (browser tab bar cutoff) #77
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "mobile-viewport-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Brave Android misreports dvh, so 100dvh containers extended under the browser tab bar and page bottoms could never scroll into view. The app now syncs --visual-viewport-height to window.innerHeight (same reference frame as the fixed tab bar) and all mobile shell heights consume it with dvh fallback — the UI scales live as the tab bar shows/hides. Clearance margin 16→28px.
🤖 Generated with Claude Code