Non-fixed thread watcher should go below header bar.

This commit is contained in:
ccd0 2015-06-30 01:36:07 -07:00
parent 8d603bbfb0
commit 3498492cbc

View File

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