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
commit 2b7db498ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;