mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-30 23:15:28 +01:00
Merge pull request #548 from pathmapper/popup_scroll
Make popups scrollable
This commit is contained in:
commit
2b7db498ef
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.maputnik-feature-property-popup {
|
.maputnik-feature-property-popup {
|
||||||
|
max-height: calc(50vh - 40px); /* toolbar height: 40px */
|
||||||
|
overflow-y: auto;
|
||||||
.maputnik-input-block {
|
.maputnik-input-block {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-left: $margin-2;
|
margin-left: $margin-2;
|
||||||
|
|
Loading…
Reference in a new issue