Browse Source

fix body overflow

Jonathan Goren 3 years ago
parent
commit
cb77d5bbe9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/index.css

+ 1 - 0
src/index.css

@@ -1,3 +1,4 @@
 body {
+  overflow: hidden;
   overscroll-behavior: none;
 }