diff --git a/frontend/src/App.scss b/frontend/src/App.scss index 2c47f98..8c163d6 100644 --- a/frontend/src/App.scss +++ b/frontend/src/App.scss @@ -8,7 +8,7 @@ right: 0; // why doesn't this work???? // https://stackoverflow.com/questions/26751963/cant-scroll-website-in-firefox/26752544#26752544 - // overflow-x: hidden; + overflow-x: hidden; } .loadingWrapper { @@ -31,4 +31,4 @@ body { font-family: "PT Sans", "emoji", sans-serif; background: $light-gray5; -} +} \ No newline at end of file