filebrowser pagination/infinite scrolling fix

Removed 'overflow: hidden;' to fix pagination/infinite scrolling issue
in filebrowser.
This commit is contained in:
moosedookie 2019-09-30 23:34:07 -05:00 committed by GitHub
parent 849f45540a
commit 0166a9642e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,6 @@
html { html {
height: 100%; height: 100%;
width: 100%; width: 100%;
overflow: hidden;
} }
body { body {
overflow-y: auto; overflow-y: auto;