Fix panel height ( scroll issue )
FarmMaps.Develop/FarmMapsLib/develop This commit looks good Details

pull/1/head
Willem Dantuma 2019-08-07 09:42:28 +02:00
parent c59accbbc4
commit 7f6c403091
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@
bottom: 0px;
width: 100%;
left: 0px;
height:100%;
height:50%;
transition: left 0.3s, top 0.3s;
background-color: white;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
@ -46,6 +46,7 @@
.side-panel {
top:0px;
width: 22rem;
height:100%;
left:0px;
}
@ -53,6 +54,7 @@
top:0px;
width: 22rem;
left:-24rem;
height:100%;
}
}