From: marc tobias Date: Fri, 20 May 2022 11:54:42 +0000 (+0200) Subject: On /details page the map-position box was misaligned X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/commitdiff_plain/469a261a4d5b0cb38cb612e0b5f57c69d92b609b On /details page the map-position box was misaligned --- diff --git a/src/pages/DetailsPage.svelte b/src/pages/DetailsPage.svelte index 12d19d8..e5325e2 100644 --- a/src/pages/DetailsPage.svelte +++ b/src/pages/DetailsPage.svelte @@ -279,6 +279,7 @@ } #map-wrapper { + position: relative; width:100%; min-height: auto; height:300px;