diff --git a/src/web/etc/global-styles.css.ts b/src/web/etc/global-styles.css.ts index 0e2af4f..96e2256 100644 --- a/src/web/etc/global-styles.css.ts +++ b/src/web/etc/global-styles.css.ts @@ -39,7 +39,8 @@ globalStyle('*, *:before, *:after', { lineHeight: 'inherit', textRendering: 'optimizeLegibility', WebkitFontSmoothing: 'antialiased', - MozOsxFontSmoothing: 'grayscale' + MozOsxFontSmoothing: 'grayscale', + overscrollBehavior: 'none' }); globalStyle('html, body', {