Remove only show scrollbar on hover, change to auto. Fixes #734
This commit is contained in:
parent
80653a5317
commit
dd5cedcfea
1 changed files with 1 additions and 4 deletions
5
ui/assets/css/main.css
vendored
5
ui/assets/css/main.css
vendored
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue