Merge pull request #548 from pathmapper/popup_scroll

Make popups scrollable
This commit is contained in:
pathmapper
2019-09-17 10:00:29 +02:00
committed by GitHub

View File

@@ -28,6 +28,8 @@
}
.maputnik-feature-property-popup {
max-height: calc(50vh - 40px); /* toolbar height: 40px */
overflow-y: auto;
.maputnik-input-block {
margin: 0;
margin-left: $margin-2;