custom germen geoman labels

This commit is contained in:
2026-06-12 12:40:07 +02:00
parent 9b84ff1367
commit f1f503af77
2 changed files with 47 additions and 10 deletions

View File

@@ -1347,20 +1347,23 @@ select.form-input { cursor: pointer; }
font-size: 16px !important;
}
}
@media (min-width: 769px) {
:root { --map-side-padding: 8px; }
}
/* ---------------------------------------------------------
6.3 Popup Content Height Limit on Mobile
Prevents Popup from growing beyond Screen when
Comments or Photos are toggled.
--------------------------------------------------------- */
6.2 Popup Content Height Limit on Mobile
--------------------------------------------------------- */
.leaflet-popup-content {
max-height: 50vh;
max-width: 33vh;
overflow-y: auto;
}
}
@media (min-width: 769px) {
:root { --map-side-padding: 8px; }
}