that it doesn't work in firefox doesn't mean that

it shouldn't work in chrome
This commit is contained in:
2022-04-03 18:23:23 +00:00
committed by Stepan Usatiuk
parent ef3e2adea7
commit 24c656c9f1

View File

@@ -8,7 +8,7 @@
right: 0; right: 0;
// why doesn't this work???? // why doesn't this work????
// https://stackoverflow.com/questions/26751963/cant-scroll-website-in-firefox/26752544#26752544 // https://stackoverflow.com/questions/26751963/cant-scroll-website-in-firefox/26752544#26752544
// overflow-x: hidden; overflow-x: hidden;
} }
.loadingWrapper { .loadingWrapper {
@@ -31,4 +31,4 @@ body {
font-family: "PT Sans", "emoji", sans-serif; font-family: "PT Sans", "emoji", sans-serif;
background: $light-gray5; background: $light-gray5;
} }