Browse Source

Fix infinite scrolling for Ombi V4

pull/92/head
rg9400 5 years ago
committed by GitHub
parent
commit
4f11e5912a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CSS/themes/ombi/ombiv4-base.css

1
CSS/themes/ombi/ombiv4-base.css

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

Loading…
Cancel
Save