mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-29 07:10:27 +01:00
Make popups scrollable
This commit is contained in:
parent
109198a524
commit
824616f6bd
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.maputnik-feature-property-popup {
|
.maputnik-feature-property-popup {
|
||||||
|
max-height: 500px;
|
||||||
|
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