From 3498492cbcf373db2c66248a827c4ba4eff473c3 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Tue, 30 Jun 2015 01:36:07 -0700 Subject: [PATCH] Non-fixed thread watcher should go below header bar. --- src/General/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index 69b13d02d..a0ce00b8b 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -164,10 +164,13 @@ audio.controls-added { #embedding { z-index: 11; } -#thread-watcher { +:root.fixed-watcher #thread-watcher { z-index: 10; } :root.fixed:not(.gallery-open) #header-bar:not(.autohide) { + z-index: 8; +} +#thread-watcher { z-index: 5; }