mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 23:37:48 +01:00
fix #1 (with a caveat)
now there's a scrollbar at the bottom of the screen in animations
This commit is contained in:
@@ -6,8 +6,9 @@
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
overflow-x: hidden;
|
// why doesn't this work????
|
||||||
overflow: hidden;
|
// https://stackoverflow.com/questions/26751963/cant-scroll-website-in-firefox/26752544#26752544
|
||||||
|
// overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.loadingWrapper {
|
.loadingWrapper {
|
||||||
|
|||||||
Reference in New Issue
Block a user