Remove max-height on non-hover, add overflow scrollbar, #60
This commit is contained in:
parent
9ea4f5a6ce
commit
6def0fcbb0
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -426,9 +426,8 @@ a.hide-announcement {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
min-width: 120px;
|
||||
}
|
||||
#watcher:not(:hover) {
|
||||
max-height: 220px;
|
||||
max-height: 92%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
#watcher > .move {
|
||||
padding-top: 3px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user