Merge remote-tracking branch 'upstream/pull/3708'

This commit is contained in:
Tom Hughes 2022-09-21 18:46:12 +01:00
commit f62bd9f10d

View file

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