Added Marker for mission

This commit is contained in:
PxlLoewe
2025-03-26 22:01:04 -07:00
parent 74d97c7eea
commit 133eee50fd
8 changed files with 130 additions and 25 deletions

View File

@@ -2,3 +2,24 @@
@plugin "daisyui" {
themes: dark, nord;
}
.leaflet-popup-tip-container {
display: none;
}
.leaflet-popup-content-wrapper {
background: transparent !important;
pointer-events: none !important;
}
.leaflet-popup-content {
width: 0 !important;
margin: 0 !important;
}
.leaflet-popup {
left: 0 !important;
top: 0 !important;
}
.leaflet-popup-close-button {
display: none;
}