From 4d2e3585b0f91c165ffa7eff538313cceae52bd6 Mon Sep 17 00:00:00 2001 From: goldenpipes Date: Sun, 28 Jul 2019 15:27:11 -0500 Subject: [PATCH] Update logarr-base.css hidden hides the scrollbar entirely. auto does not. --- CSS/themes/logarr/logarr-base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/logarr/logarr-base.css b/CSS/themes/logarr/logarr-base.css index 9e90eaf4..dfeed3d2 100644 --- a/CSS/themes/logarr/logarr-base.css +++ b/CSS/themes/logarr/logarr-base.css @@ -31,7 +31,7 @@ body { html { height: 100%; width: 100%; - overflow: hidden; + overflow: auto; } body { overflow-y: auto; @@ -436,4 +436,4 @@ box-shadow: none; color: #fff !important; box-shadow: none; } -} \ No newline at end of file +}