diff --git a/src/App.scss b/src/App.scss index 28e0e1db3..c3185e651 100644 --- a/src/App.scss +++ b/src/App.scss @@ -81,7 +81,6 @@ $dark-m-purple-hover: #40008090; } html { - overflow-x: hidden; width: 100vw; } @@ -89,6 +88,7 @@ body { -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; margin: 0; + overflow-x: hidden; padding: 0; }