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