Make popups scrollable

This commit is contained in:
pathmapper 2019-08-09 15:55:52 +02:00
parent 109198a524
commit 824616f6bd

View file

@ -28,6 +28,8 @@
}
.maputnik-feature-property-popup {
max-height: 500px;
overflow-y: auto;
.maputnik-input-block {
margin: 0;
margin-left: $margin-2;