Skip to content

fix: respect iOS safe area inset on bottom navigation#16

Merged
saskim merged 1 commit into
mainfrom
fix/mobile-bottom-nav-safe-area
May 14, 2026
Merged

fix: respect iOS safe area inset on bottom navigation#16
saskim merged 1 commit into
mainfrom
fix/mobile-bottom-nav-safe-area

Conversation

@saskim

@saskim saskim commented May 14, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds viewport-fit=cover to the viewport meta tag so iOS renders content edge-to-edge
  • Adds padding-bottom: env(safe-area-inset-bottom) to .bottom-nav so the tab bar sits above the iPhone home indicator
  • Updates .page-content bottom padding to calc(5rem + env(safe-area-inset-bottom)) so content doesn't scroll behind the taller nav bar
  • Bumps version to 1.1.3

🤖 Generated with Claude Code

Adds viewport-fit=cover and env(safe-area-inset-bottom) padding so the
mobile bottom nav clears the iPhone home indicator instead of being
obscured by it.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@saskim saskim force-pushed the fix/mobile-bottom-nav-safe-area branch from 9d13eaf to 7797875 Compare May 14, 2026 11:13
@saskim saskim merged commit 3961458 into main May 14, 2026
2 checks passed
@saskim saskim deleted the fix/mobile-bottom-nav-safe-area branch May 14, 2026 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant