Ensure popup is fully visible

This commit is contained in:
pathmapper 2019-08-21 14:41:14 +02:00
parent b30bbdc248
commit 30edb881ed

View file

@ -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;