css: Fix problems selecting the first item in gear menu.

Fixes a regression introduced in
08b61c1b3d, where .alert-bar-container
would be above the menu, and thus block highlighting of the top item
("Manage streams") in that menu.
This commit is contained in:
Tim Abbott 2016-10-27 23:09:04 -07:00
parent 01f0be27a7
commit c6f7b786a6
1 changed files with 1 additions and 1 deletions

View File

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