From 24c656c9f1c362899544b2c9e3acfcd7f972837a Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Sun, 3 Apr 2022 18:23:23 +0000 Subject: [PATCH] that it doesn't work in firefox doesn't mean that it shouldn't work in chrome --- frontend/src/App.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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