diff options
-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 { |