Fix bug where menu-bar title was on top of the menu-bar icons making them unclickable
This commit is contained in:
parent
c64824a18c
commit
fd58a4d441
|
@ -128,6 +128,7 @@ html, body {
|
|||
}
|
||||
|
||||
.menu-title {
|
||||
z-index: -999;
|
||||
color: #7E7E7E;
|
||||
display: inline-block;
|
||||
font-weight: 200;
|
||||
|
|
|
@ -128,6 +128,7 @@ html, body {
|
|||
}
|
||||
|
||||
.menu-title {
|
||||
z-index: -999;
|
||||
color: #7E7E7E;
|
||||
display: inline-block;
|
||||
font-weight: 200;
|
||||
|
|
Loading…
Reference in New Issue