This commit is contained in:
PxlLoewe
2025-07-06 00:36:50 -07:00
5 changed files with 79 additions and 60 deletions

View File

@@ -28,6 +28,11 @@
scrollbar-gutter: unset;
}
.leaflet-container:focus {
outline: none !important;
box-shadow: none !important;
}
.leaflet-popup-tip-container {
display: none;
}