adding small fix for borked z-index in menus

master
Mark MacKay 2012-08-14 04:30:37 -05:00
parent a59bff0a21
commit 2cb7f8a25c
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ html, body {
padding: 0 0 0 50px;
background: #2f2f2c;
position: relative;
z-index: 1;
z-index: 2;
}
#menu_bar.active .menu.open .menu_list {