pans map if popup behind header
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user