mirror of
https://github.com/maputnik/editor.git
synced 2026-06-17 20:57:27 +00:00
Merge pull request #226 from orangemug/fix/modal-safari
Fix for safari modal appearing below the overlay
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
background-color: $color-black;
|
background-color: $color-black;
|
||||||
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.maputnik-modal-section {
|
.maputnik-modal-section {
|
||||||
|
|||||||
Reference in New Issue
Block a user