From 7aa98887ef628f36019246d063a69a9249e0ff8d Mon Sep 17 00:00:00 2001 From: Jacob Cofman Date: Mon, 3 Jul 2017 17:14:45 +0200 Subject: [PATCH] fix for issue #240 (#363) --- src/index.styl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.styl b/src/index.styl index 3f0254a..43372c6 100644 --- a/src/index.styl +++ b/src/index.styl @@ -270,7 +270,7 @@ $expandSize = 7px bottom:0 background: alpha(white, .8) transition: all .3s ease - z-index: 2 + z-index: -1 opacity: 0 pointer-events: none @@ -288,6 +288,7 @@ $expandSize = 7px &.-active opacity: 1 + z-index: 2 pointer-events: all > div transform: translateY(50%)