pans map if popup behind header

This commit is contained in:
2026-06-12 12:27:16 +02:00
parent 7be37bd30f
commit 9b84ff1367
2 changed files with 24 additions and 5 deletions

View File

@@ -695,8 +695,6 @@ select.form-input { cursor: pointer; }
}
.popup-comments-list {
max-height: 150px;
overflow-y: auto;
margin-top: var(--space-sm);
}
@@ -1361,7 +1359,7 @@ select.form-input { cursor: pointer; }
Comments or Photos are toggled.
--------------------------------------------------------- */
.leaflet-popup-content {
max-height: 33vh;
max-height: 50vh;
max-width: 33vh;
overflow-y: auto;
}