Skip to content

Commit

Permalink
chore: Disable over-scroll.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkobits committed Jun 7, 2024
1 parent efa5545 commit 0f22516
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/web/etc/global-styles.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ globalStyle('*, *:before, *:after', {
lineHeight: 'inherit',
textRendering: 'optimizeLegibility',
WebkitFontSmoothing: 'antialiased',
MozOsxFontSmoothing: 'grayscale'
MozOsxFontSmoothing: 'grayscale',
overscrollBehavior: 'none'
});

globalStyle('html, body', {
Expand Down

0 comments on commit 0f22516

Please sign in to comment.