mirror of
https://github.com/maputnik/editor.git
synced 2025-12-27 08:30:02 +00:00
Ensure popup is fully visible
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
}
|
||||
|
||||
.maputnik-feature-property-popup {
|
||||
max-height: calc(100vh - 40px - 40px); /* toolbar height: 40px, padding: 40px */
|
||||
max-height: calc(50vh - 40px); /* toolbar height: 40px */
|
||||
overflow-y: auto;
|
||||
.maputnik-input-block {
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user