Browse Source

Update logarr-base.css

hidden hides the scrollbar entirely.

auto does not.
pull/15/head
goldenpipes 6 years ago
committed by GitHub
parent
commit
4d2e3585b0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CSS/themes/logarr/logarr-base.css

4
CSS/themes/logarr/logarr-base.css

@ -31,7 +31,7 @@ body {
html { html {
height: 100%; height: 100%;
width: 100%; width: 100%;
overflow: hidden; overflow: auto;
} }
body { body {
overflow-y: auto; overflow-y: auto;
@ -436,4 +436,4 @@ box-shadow: none;
color: #fff !important; color: #fff !important;
box-shadow: none; box-shadow: none;
} }
} }

Loading…
Cancel
Save