Merge pull request #3745 from twanariens/feature/v4

Fixing infinite scrolling
This commit is contained in:
Jamie 2020-09-02 22:20:02 +01:00 committed by GitHub
commit e01dc6363b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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