Fix for safari modal appearing below the overlay. Fixes #225

This commit is contained in:
orangemug 2018-01-25 08:30:23 +00:00
parent 2d2f9744e2
commit 53cb317155

View file

@ -6,6 +6,7 @@
background-color: $color-black;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
z-index: 3;
position: relative;
}
.maputnik-modal-section {