Skip to content

fix: restore vertical scroll by reverting overflow shorthand to overflow-x#34

Merged
jonathanperis merged 1 commit into
mainfrom
fix/restore-vertical-scroll
Apr 9, 2026
Merged

fix: restore vertical scroll by reverting overflow shorthand to overflow-x#34
jonathanperis merged 1 commit into
mainfrom
fix/restore-vertical-scroll

Conversation

@jonathanperis

Copy link
Copy Markdown
Owner

Summary

  • The previous PR changed overflow-x: clipoverflow: clip on body, which is shorthand for both axes — overflow-y: clip killed all vertical scrolling on the page
  • Revert back to overflow-x: clip (horizontal only) while keeping overscroll-behavior-y: none, which is the actual fix for the rubber-band/elastic overscroll caused by .cog-2 being positioned 50px below the page bottom

@jonathanperis jonathanperis merged commit 5357916 into main Apr 9, 2026
4 checks passed
@jonathanperis jonathanperis deleted the fix/restore-vertical-scroll branch April 9, 2026 22:37
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