adding small fix for borked z-index in menus
parent
a59bff0a21
commit
2cb7f8a25c
|
@ -65,7 +65,7 @@ html, body {
|
||||||
padding: 0 0 0 50px;
|
padding: 0 0 0 50px;
|
||||||
background: #2f2f2c;
|
background: #2f2f2c;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu_bar.active .menu.open .menu_list {
|
#menu_bar.active .menu.open .menu_list {
|
||||||
|
|
Loading…
Reference in New Issue