diff --git a/src/App.scss b/src/App.scss index 7bf8ffced..bcc8783ea 100644 --- a/src/App.scss +++ b/src/App.scss @@ -79,7 +79,6 @@ $dark-m-purple-light: #40008050; } html { - overflow-x: hidden; width: 100vw; } @@ -87,6 +86,7 @@ body { -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; margin: 0; + overflow-x: hidden; padding: 0; }