Change map ui sidebar height together with map height

This commit is contained in:
Anton Khorev 2022-09-21 16:50:14 +03:00
parent f6a5b6084c
commit cfc9a8fe03

View file

@ -522,6 +522,13 @@ body.small-nav {
height: 50%;
}
#map-ui {
z-index: 9999;
width: 100%;
height: 50%;
overflow-y: scroll;
}
.overlay-sidebar {
#sidebar {
position: absolute;
@ -530,16 +537,10 @@ body.small-nav {
overflow: hidden;
}
#map {
#map, #map-ui {
height: 100%;
}
}
#map-ui {
z-index: 9999;
width: 100%;
overflow-y: scroll;
}
}
}