]> Untitled Git - lemmy.git/commitdiff
Remove only show scrollbar on hover, change to auto. Fixes #734
authorDessalines <tyhou13@gmx.com>
Thu, 28 May 2020 15:37:23 +0000 (11:37 -0400)
committerDessalines <tyhou13@gmx.com>
Thu, 28 May 2020 15:37:23 +0000 (11:37 -0400)
ui/assets/css/main.css

index bf249e5bf34ede4bffa34c47c1d8dd76dfa3be6d..8b51dcd931f457f5284d3ecd0c4fb166af2818bd 100644 (file)
@@ -128,10 +128,7 @@ blockquote {
 
 .new-comments {
   max-height: 50vh;
-  overflow: hidden;
-}
-
-.new-comments:hover {
+  overflow-x: hidden;
   overflow-y: auto;
 }