From f9e6d5dd7c9d2991418f3a0e62ec046c0a9e0fae Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 19 Jun 2015 21:53:19 -0700 Subject: [PATCH] Fix header bar preventing dialogs from being moved. #210 --- src/General/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/General/css/style.css b/src/General/css/style.css index 1414c5ac6..ac2f6e743 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -164,6 +164,9 @@ audio.controls-added { #thread-watcher { z-index: 10; } +:root.fixed:not(.gallery-open) #header-bar:not(.autohide) { + z-index: 5; +} /* Header */ .fixed.top-header body {