custom germen geoman labels
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user