Skip to content

Commit

Permalink
Merge pull request #174 from carbonplan/katamartin/overscroll-behavior
Browse files Browse the repository at this point in the history
Only restrict overscroll behavior in the Y direction
  • Loading branch information
katamartin authored Dec 13, 2024
2 parents 7abb6e0 + 73aec63 commit e869cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion globals.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
overscroll-behavior: none;
overscroll-behavior-y: none;
text-rendering: optimizeLegibility;
}

Expand Down

0 comments on commit e869cae

Please sign in to comment.