Skip to content

fix: prevent overscroll bounce on Safari#1196

Merged
adamshiervani merged 1 commit into
jetkvm:devfrom
nitishagar:fix-1191
Feb 7, 2026
Merged

fix: prevent overscroll bounce on Safari#1196
adamshiervani merged 1 commit into
jetkvm:devfrom
nitishagar:fix-1191

Conversation

@nitishagar
Copy link
Copy Markdown
Contributor

Fixes #1191

Summary

  • Adds overscroll-behavior: none to the html, body CSS rule in ui/src/index.css to prevent the elastic bounce ("earthquake scrolling") effect in Safari when using a trackpad or Magic Mouse.

Checklist

  • Ran make test_e2e locally and passed
  • Linked to issue(s) above by issue number (e.g. Closes #<issue-number>)
  • One problem per PR (no unrelated changes)
  • Lints pass; CI green

Adds `overscroll-behavior: none` to the html/body CSS rule to prevent
the elastic bounce ("earthquake scrolling") effect in Safari when
scrolling with a trackpad or Magic Mouse.

Fixes jetkvm#1191
@adamshiervani adamshiervani merged commit b69f0ee into jetkvm:dev Feb 7, 2026
1 of 2 checks passed
@nitishagar nitishagar deleted the fix-1191 branch February 7, 2026 14:33
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.

Earthquake scrolling on Safari

2 participants