Fix z-index layer switcher
FarmMaps.Develop/FarmMapsLib/develop This commit looks good Details

pull/1/head
Willem Dantuma 2020-02-18 16:41:24 +01:00
parent d7ac9b937a
commit ad11de53af
1 changed files with 2 additions and 3 deletions

View File

@ -10,9 +10,7 @@
background-size: contain;
margin-top:0.5em;
text-align: center;
line-height: 2.5em;
z-index: 4;
line-height: 2.5em;
}
.layers {
@ -22,6 +20,7 @@
right: -1em;
text-align: left;
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;
}