removed fade animation for popup

This commit is contained in:
PxlLoewe
2025-04-20 18:01:18 -07:00
parent 948c76f559
commit 0c58430ed8
3 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
--color-rescuetrack-highlight: #ff4500;
}
.leaflet-fade-anim .leaflet-popup {
transition: opacity 0s !important;
}
.leaflet-popup-tip-container {
display: none;
}