Remove only show scrollbar on hover, change to auto. Fixes #734

This commit is contained in:
Dessalines 2020-05-28 11:37:23 -04:00
parent 80653a5317
commit dd5cedcfea
1 changed files with 1 additions and 4 deletions

View File

@ -128,10 +128,7 @@ blockquote {
.new-comments {
max-height: 50vh;
overflow: hidden;
}
.new-comments:hover {
overflow-x: hidden;
overflow-y: auto;
}