From 53cb3171551ac8a591049a3ac6bee4d4a77cf543 Mon Sep 17 00:00:00 2001 From: orangemug Date: Thu, 25 Jan 2018 08:30:23 +0000 Subject: [PATCH] Fix for safari modal appearing below the overlay. Fixes #225 --- src/styles/_modal.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index 5674060..6ec5109 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -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 {