Skip to content

Conversation

@m-005
Copy link
Member

@m-005 m-005 commented Jan 16, 2026

  • Add html/body overflow:hidden for landing page on mobile
  • Use 100svh for dynamic viewport height (address bar responsive)
  • Change content overflow from auto to hidden
  • Use exact height:100% instead of min-height for homepage root

- Add html/body overflow:hidden for landing page on mobile
- Use 100svh for dynamic viewport height (address bar responsive)
- Change content overflow from auto to hidden
- Use exact height:100% instead of min-height for homepage root
- Use 100dvh instead of 100svh for address bar responsiveness
- Remove overflow:hidden - content should fit naturally
- Keep fixed positioning for content area below nav
- Target homepage specifically via :has(.vocs_HomePage_root)
- Use inset:0 to fill entire viewport
- More elegant selector than data-layout attribute
- Add className to HomePage.Root in index.mdx
- CSS targets only this specific page, not all HomePage components
- Content uses inset:0 to fill viewport
- padding-top accounts for nav bar space
- Nav bar at top + content below = full viewport
- Content uses inset with topNav_height offset
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jan 16, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
docs 1aa8840 Commit Preview URL

Branch Preview URL
Jan 16 2026, 07:45 AM

- Use :has() to scope to landing page only
- Container with nav+content+footer fills viewport with inset:0
- height: calc(100dvh - topNav_height) responds to browser UI
- Added overflow: hidden to prevent any scrolling
- Container height explicitly tied to dynamic viewport
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.

3 participants