From c6f7b786a6dcb773a576ebb72444bfa1f94af777 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 27 Oct 2016 23:09:04 -0700 Subject: [PATCH] css: Fix problems selecting the first item in gear menu. Fixes a regression introduced in 08b61c1b3d68d6d27205e912709efacb17686631, where .alert-bar-container would be above the menu, and thus block highlighting of the top item ("Manage streams") in that menu. --- static/styles/zulip.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 818623abb6..fa587dc494 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -136,7 +136,7 @@ p.n-margin { .header { position: fixed; - z-index: 101; + z-index: 102; /* Needs to be higher than .alert-bar-container */ width: 100%; background: #ffffff; border-bottom: 1px solid #dadada;