diff options
author | Vitaly Takmazov | 2022-11-03 05:35:32 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | ea2b3ba89ac277396a6721984bec967f9880d6bc (patch) | |
tree | 21d9fcf254fa1d2b9e0a2bbfaa880b150c4b1559 /vnext/src/index.css | |
parent | 6a57c01e63d119a2bf90ba50cd69968807c076b0 (diff) |
Disable scroll bounce effects
Diffstat (limited to 'vnext/src/index.css')
-rw-r--r-- | vnext/src/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |