Browse Source

filebrowser pagination/infinite scrolling fix

Removed 'overflow: hidden;' to fix pagination/infinite scrolling issue
in filebrowser.
pull/20/head
moosedookie 5 years ago
committed by GitHub
parent
commit
0166a9642e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CSS/themes/filebrowser/filebrowser-base.css

1
CSS/themes/filebrowser/filebrowser-base.css

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

Loading…
Cancel
Save