From d1eb803f8e2bb822fc3d20edd3b187c7da561aac Mon Sep 17 00:00:00 2001 From: Seth Frey Date: Fri, 7 Apr 2017 12:59:30 -0400 Subject: [PATCH] Address Safari bug on rendering of box-shadow This change fixes Issue #16 (at least for me) --- tutorial.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial.styl b/tutorial.styl index 9ea4fda..494c9cc 100644 --- a/tutorial.styl +++ b/tutorial.styl @@ -13,7 +13,7 @@ opacity = 0.66 // bottom: auto; // right: auto; border-radius: 10px - box-shadow: 0px 0px 5px 5px rgba(0,0,0,opacity) inset, 0px 0px 0px 4000px rgba(0,0,0,opacity) + box-shadow: 0px 0px 5px 5px rgba(0,0,0,opacity) inset, 0px 0px 100px 4000px rgba(0,0,0,opacity) pointer-events: none; z-index: 1000