mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 12:07:45 +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 {
|
||||
max-height: 500px;
|
||||
overflow-y: auto;
|
||||
.maputnik-input-block {
|
||||
margin: 0;
|
||||
margin-left: $margin-2;
|
||||
|
|
Loading…
Reference in a new issue