mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 09:37:45 +01:00
Ensure popup is fully visible
This commit is contained in:
parent
b30bbdc248
commit
30edb881ed
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
}
|
||||
|
||||
.maputnik-feature-property-popup {
|
||||
max-height: calc(100vh - 40px - 40px); /* toolbar height: 40px, padding: 40px */
|
||||
max-height: calc(50vh - 40px); /* toolbar height: 40px */
|
||||
overflow-y: auto;
|
||||
.maputnik-input-block {
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in a new issue