Impose max height on thread watcher when not fixed rather than when not toggleable. #40
This commit is contained in:
parent
9d43c8c6b6
commit
229a0a5b51
@ -803,7 +803,7 @@ span.hide-announcement {
|
||||
:root.fixed-watcher #thread-watcher {
|
||||
position: fixed;
|
||||
}
|
||||
:root:not(.toggleable-watcher) #thread-watcher:not(:hover) {
|
||||
:root:not(.fixed-watcher) #thread-watcher:not(:hover) {
|
||||
max-height: 210px;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user