Fix glitch for zindex in menu vs kanban

stable
Xavier Julián 2016-03-07 17:23:54 +01:00
parent 5cd58d1207
commit ba67b91beb
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ tg-project-menu {
padding: 1rem 0; padding: 1rem 0;
position: relative; position: relative;
text-transform: uppercase; text-transform: uppercase;
z-index: 9; z-index: 99;
.menu { .menu {
&.menu-fixed { &.menu-fixed {
position: fixed; position: fixed;