Skip to content

fix: prevent horizontal overflow on mobile#206

Merged
braboj merged 1 commit into
mainfrom
fix/mobile-overflow
Apr 26, 2026
Merged

fix: prevent horizontal overflow on mobile#206
braboj merged 1 commit into
mainfrom
fix/mobile-overflow

Conversation

@braboj

@braboj braboj commented Apr 26, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add overflow-x: hidden on body and .content
  • Add overflow-wrap: break-word on .content
  • Add overflow-x: auto on .content table for scrollable wide tables
  • Fixes mobile ToC FAB rendering off-screen

Test plan

  • CI passes
  • FAB visible on all pages at mobile width (375px)
  • No horizontal scroll on any page
  • Wide tables scroll within their container

Add overflow-x: hidden on body and .content, overflow-wrap: break-word
on .content, and overflow-x: auto on tables. Fixes the mobile ToC FAB
rendering off-screen on pages with wide content.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@braboj braboj merged commit c306dce into main Apr 26, 2026
1 check passed
@braboj braboj deleted the fix/mobile-overflow branch April 26, 2026 11:53
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