mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 16:11:15 +01:00
Modal scrolling #156: Issue fixed
This commit is contained in:
parent
8a6e24e5e7
commit
a95b2932db
1 changed files with 1 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
|||
}
|
||||
|
||||
.maputnik-modal-scroller {
|
||||
max-height: 90vh;
|
||||
max-height: calc(100vh - 35px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
@ -85,7 +85,6 @@
|
|||
}
|
||||
|
||||
.maputnik-style-gallery-container {
|
||||
overflow-y: scroll;
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue