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 {
|
.new-comments {
|
||||||
max-height: 50vh;
|
max-height: 50vh;
|
||||||
overflow: hidden;
|
overflow-x: hidden;
|
||||||
}
|
|
||||||
|
|
||||||
.new-comments:hover {
|
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue