Fix panel height ( scroll issue )
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good

This commit is contained in:
Willem Dantuma 2019-08-07 09:42:28 +02:00
parent c59accbbc4
commit 7f6c403091

View File

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