diff --git a/src/General/css/style.css b/src/General/css/style.css index e271199a4..2162962ea 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -807,7 +807,6 @@ span.hide-announcement { #watched-threads { overflow-x: hidden; overflow-y: auto; - max-height: calc(100vh - 75px); } #thread-watcher .refresh { padding: 0px 3px; @@ -815,6 +814,9 @@ span.hide-announcement { :root.fixed-watcher #thread-watcher { position: fixed; } +:root.fixed-watcher #watched-threads { + max-height: calc(100vh - 75px); +} :root:not(.fixed-watcher) #watched-threads:not(:hover) { max-height: 210px; overflow-y: hidden;