Merge pull request #226 from orangemug/fix/modal-safari

Fix for safari modal appearing below the overlay
This commit is contained in:
Orange Mug 2018-01-25 18:17:18 +00:00 committed by GitHub
commit fc6f9251f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {