diff --git a/src/meshcore_hub/web/templates/map.html b/src/meshcore_hub/web/templates/map.html index 220a266..027c9fe 100644 --- a/src/meshcore_hub/web/templates/map.html +++ b/src/meshcore_hub/web/templates/map.html @@ -27,6 +27,10 @@ .show-labels .map-label { opacity: 1; } + /* Bring hovered marker to front */ + .leaflet-marker-icon:hover { + z-index: 10000 !important; + } {% endblock %}