Skip to content

Commit

Permalink
Disable rubber-banding effect on scroll
Browse files Browse the repository at this point in the history
The app doesn't implement any loading/refresh functionality on
over-scroll, so the effect doesn't make sense.
  • Loading branch information
rudolfs committed Sep 23, 2024
1 parent 3bc3045 commit dce64f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ body {
scrollbar-width: thin;
scrollbar-height: thin;
scrollbar-color: var(--color-fill-separator) transparent;
overscroll-behavior: none;
}

::selection {
Expand Down

0 comments on commit dce64f1

Please sign in to comment.