diff --git a/assets/js/weather_map_hook.ts b/assets/js/weather_map_hook.ts index 8630fd9f..6b2fdda3 100644 --- a/assets/js/weather_map_hook.ts +++ b/assets/js/weather_map_hook.ts @@ -646,7 +646,7 @@ export const WeatherMap: WeatherMapHook = { if (this.legend) { this.map.removeControl(this.legend) - this.legend = L.control({ position: isMobile() ? "topright" : "bottomright" }) + this.legend = L.control({ position: "topright" }) this.legend.onAdd = () => this.buildLegend() this.legend.addTo(this.map) }