Fix glitch for zindex in menu vs kanban
parent
5cd58d1207
commit
ba67b91beb
|
@ -8,7 +8,7 @@ tg-project-menu {
|
|||
padding: 1rem 0;
|
||||
position: relative;
|
||||
text-transform: uppercase;
|
||||
z-index: 9;
|
||||
z-index: 99;
|
||||
.menu {
|
||||
&.menu-fixed {
|
||||
position: fixed;
|
||||
|
|
Loading…
Reference in New Issue