From dd5cedcfeafb9c82d1c65e9a0211f8645e263be4 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 28 May 2020 11:37:23 -0400 Subject: [PATCH] Remove only show scrollbar on hover, change to auto. Fixes #734 --- ui/assets/css/main.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ui/assets/css/main.css b/ui/assets/css/main.css index bf249e5bf..8b51dcd93 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; }