Fixed map z-order

This commit is contained in:
Louis King
2026-02-07 20:13:24 +00:00
parent 5ccb077188
commit ceaef9178a

View File

@@ -27,6 +27,10 @@
.show-labels .map-label {
opacity: 1;
}
/* Bring hovered marker to front */
.leaflet-marker-icon:hover {
z-index: 10000 !important;
}
</style>
{% endblock %}