diff --git a/src/LocationSelector.vue b/src/LocationSelector.vue index 54b9247..b0efcab 100644 --- a/src/LocationSelector.vue +++ b/src/LocationSelector.vue @@ -592,8 +592,13 @@ export default defineComponent({ height: 100%; width: 100%; margin: auto; - padding: 5px 0px; + padding: 0; border-radius: 5px; + + .leaflet-control-container { + height: 100%; + position: relative; + } .leaflet-bottom.leaflet-right::before { content: " Credit: © Leaflet.js"; diff --git a/src/SolarEclipse2024.vue b/src/SolarEclipse2024.vue index 39dd4af..a246254 100644 --- a/src/SolarEclipse2024.vue +++ b/src/SolarEclipse2024.vue @@ -4340,7 +4340,7 @@ export default defineComponent({