fix #1 (with a caveat)

now there's a scrollbar at the bottom of the screen in animations
This commit is contained in:
2020-12-25 19:50:38 +00:00
committed by Stepan Usatiuk
parent 691f159a85
commit c0302e5aac

View File

@@ -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 {