From a8fabf373e4ba76047731facdb2c4d934ccf1c51 Mon Sep 17 00:00:00 2001 From: Stephan Hagedorn Date: Fri, 25 Aug 2017 15:20:46 +0200 Subject: [PATCH] Missed change for z-index --- global/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/_common.scss b/global/_common.scss index 1733f1b..439585c 100644 --- a/global/_common.scss +++ b/global/_common.scss @@ -139,7 +139,7 @@ .hover_full_view_change { @extend %full_viewport; - z-index: $z_top; + z-index: $z_heaven; background-color: transparentize($darkest_color, .5); transition: background-color .2s ease-in-out; pointer-events: none;