From c0302e5aac843ad41bc1e67f966b8a0a56b6088a Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Fri, 25 Dec 2020 19:50:38 +0000 Subject: [PATCH] fix #1 (with a caveat) now there's a scrollbar at the bottom of the screen in animations --- frontend/src/App.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.scss b/frontend/src/App.scss index fdf9a84..2c47f98 100644 --- a/frontend/src/App.scss +++ b/frontend/src/App.scss @@ -6,8 +6,9 @@ bottom: 0; left: 0; right: 0; - overflow-x: hidden; - overflow: hidden; + // why doesn't this work???? + // https://stackoverflow.com/questions/26751963/cant-scroll-website-in-firefox/26752544#26752544 + // overflow-x: hidden; } .loadingWrapper {