mirror of https://github.com/LemmyNet/lemmy.git
Remove only show scrollbar on hover, change to auto. Fixes #734
parent
80653a5317
commit
dd5cedcfea
|
@ -128,10 +128,7 @@ blockquote {
|
|||
|
||||
.new-comments {
|
||||
max-height: 50vh;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.new-comments:hover {
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue