Fix z-index layer switcher
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
parent
d7ac9b937a
commit
ad11de53af
@ -11,8 +11,6 @@
|
|||||||
margin-top:0.5em;
|
margin-top:0.5em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 2.5em;
|
line-height: 2.5em;
|
||||||
z-index: 4;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.layers {
|
.layers {
|
||||||
@ -22,6 +20,7 @@
|
|||||||
right: -1em;
|
right: -1em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
min-width: 100vw;
|
min-width: 100vw;
|
||||||
|
z-index: 4;
|
||||||
// transition: max-height 0.3s ease-out,max-width 0.3s ease-out,min-height 0.3s ease-out,min-width 0.3s ease-out;
|
// transition: max-height 0.3s ease-out,max-width 0.3s ease-out,min-height 0.3s ease-out,min-width 0.3s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user