Skip to content

fix(website): fix mobile horizontal overflow causing white strip on iPhone#29

Merged
AmElmo merged 1 commit intomainfrom
AmElmo/fix-mobile-overflow
Feb 23, 2026
Merged

fix(website): fix mobile horizontal overflow causing white strip on iPhone#29
AmElmo merged 1 commit intomainfrom
AmElmo/fix-mobile-overflow

Conversation

@AmElmo
Copy link
Copy Markdown
Owner

@AmElmo AmElmo commented Feb 23, 2026

Fixes horizontal overflow on mobile devices by adding missing viewport meta tag and proper box-sizing. The white strip appearing on the right side of the page on iPhone is now resolved.

Changes:

  • Add viewport meta tag to home page (was only on Nextra doc pages)
  • Add box-sizing: border-box reset so width + padding doesn't exceed viewport
  • Add overflow-x: hidden as safety net on root element
  • Tighten padding on all sections for mobile breakpoints
  • Reduce title font size on screens ≤480px for better readability

…Phone

- Add missing viewport meta tag to home page (was only on Nextra doc pages)
- Add box-sizing: border-box reset so width + padding doesn't exceed viewport
- Add overflow-x: hidden as safety net on root element
- Tighten padding on all sections for mobile breakpoints
- Reduce title font size on small screens (<=480px)
@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
spec-wright Ready Ready Preview, Comment Feb 23, 2026 10:46am

@AmElmo AmElmo merged commit 6cdacd9 into main Feb 23, 2026
10 checks passed
github-actions Bot pushed a commit that referenced this pull request Feb 23, 2026
## [3.6.1](v3.6.0...v3.6.1) (2026-02-23)

### Bug Fixes

* **website:** fix mobile horizontal overflow causing white strip on iPhone ([#29](#29)) ([6cdacd9](6cdacd9))
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 3.6.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant