Impose max height on thread watcher when not fixed rather than when not toggleable. #40

This commit is contained in:
ccd0 2015-04-07 22:53:19 -07:00
parent 9d43c8c6b6
commit 229a0a5b51

View File

@ -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;
}