From ea2b3ba89ac277396a6721984bec967f9880d6bc Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 3 Nov 2022 05:35:32 +0300 Subject: Disable scroll bounce effects --- vnext/src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/vnext/src/index.css b/vnext/src/index.css index 7206aabf..14810bc2 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -48,6 +48,7 @@ html, body { width: 100%; height: 100%; + overscroll-behavior-y: none; } body { -- cgit v1.2.3