diff --git a/src/index.css b/src/index.css index ad37599..2ffafd1 100644 --- a/src/index.css +++ b/src/index.css @@ -5,3 +5,7 @@ body, html { height: 100%; } + +body { + overscroll-behavior: none; +}