mirror of https://github.com/zulip/zulip.git
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:
parent
01f0be27a7
commit
c6f7b786a6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue