From 7fc8063894e92c646b5e93c845a74ac79cb762c5 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 3 Jul 2015 13:50:39 -0700 Subject: [PATCH] Non-fixed thread watcher doesn't need scroll bars when it becomes longer than the page. --- src/General/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;