From c7a957fe83b38ea681d4eedb07f11fb2faca84ce Mon Sep 17 00:00:00 2001 From: Kyrylo Shmidt Date: Wed, 15 Feb 2023 14:18:33 +0200 Subject: [PATCH] Prevent overscroll "bounce" effect --- src/components/App/styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/App/styles.ts b/src/components/App/styles.ts index 5a0f1920a..6fa8ae52d 100644 --- a/src/components/App/styles.ts +++ b/src/components/App/styles.ts @@ -8,6 +8,7 @@ export const GlobalStyle = createGlobalStyle` body { margin: 0; padding: 0; + overscroll-behavior: none; font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", system-ui, "Ubuntu", "Droid Sans", sans-serif; }