Fix glitch for zindex in menu vs kanban
parent
5cd58d1207
commit
ba67b91beb
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue