From: Dessalines Date: Thu, 28 May 2020 15:37:23 +0000 (-0400) Subject: Remove only show scrollbar on hover, change to auto. Fixes #734 X-Git-Url: http://these/git/?a=commitdiff_plain;h=dd5cedcfeafb9c82d1c65e9a0211f8645e263be4;p=lemmy.git Remove only show scrollbar on hover, change to auto. Fixes #734 --- diff --git a/ui/assets/css/main.css b/ui/assets/css/main.css index bf249e5b..8b51dcd9 100644 --- a/ui/assets/css/main.css +++ b/ui/assets/css/main.css @@ -128,10 +128,7 @@ blockquote { .new-comments { max-height: 50vh; - overflow: hidden; -} - -.new-comments:hover { + overflow-x: hidden; overflow-y: auto; }