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