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
2 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue