Skip to content

Commit

Permalink
Fully prevent overscroll on all platforms
Browse files Browse the repository at this point in the history
Supersedes 910598d
  • Loading branch information
AbeJellinek committed Nov 4, 2024
1 parent eae9614 commit 879dd96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/stylesheets/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
border: 0;
}

:root, body {
overscroll-behavior: none;
}

body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
Expand Down

0 comments on commit 879dd96

Please sign in to comment.