Mobile-Dropdown: Add more z-index
This commit is contained in:
parent
cf3dab89f7
commit
5268f27724
|
@ -22,7 +22,7 @@
|
|||
@dropdown-nav-divider-margin: 5px;
|
||||
|
||||
/* Mobile Dropdown*/
|
||||
@dropdown-mobile-z-index: @global-z-index;
|
||||
@dropdown-mobile-z-index: @global-z-index + 20;
|
||||
@dropdown-mobile-background: rgba(0, 0, 0, 0.8);
|
||||
@dropdown-mobile-container-height: 70vh;
|
||||
@dropdown-mobile-container-background: @global-inverse-color;
|
||||
|
|
Loading…
Reference in New Issue