Fixing infinite scrolling issue

This commit is contained in:
twanariens 2020-09-02 23:16:52 +02:00
commit 594acdb6a1

View file

@ -38,7 +38,7 @@
html,
body {
min-height: 100vh;
overflow: hidden;
overflow: auto;
scrollbar-color: #616161 #303030; //firefox
scrollbar-width: thin; //firefox
-webkit-overflow-scrolling: touch;
@ -49,7 +49,6 @@ body {
bottom: 0;
left: 0;
right: 0;
overflow: auto;
}
.spinner-container {
position: relative;