From eb526a6186413a259408b37fcb64a9b7abf3d403 Mon Sep 17 00:00:00 2001 From: orangemug Date: Tue, 7 Mar 2017 10:47:46 +0000 Subject: [PATCH] Remove overflow hidden to allow modal to show in safari (issue #89) --- src/styles/_layout.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/_layout.scss b/src/styles/_layout.scss index 8ec0e60..4857e56 100644 --- a/src/styles/_layout.scss +++ b/src/styles/_layout.scss @@ -22,7 +22,6 @@ left: 0; z-index: 3; width: 200px; - overflow: hidden; background-color: $color-black; }