fix for issue #240 (#363)

This commit is contained in:
Jacob Cofman
2017-07-03 17:14:45 +02:00
committed by Tanner Linsley
parent d26d82ecfb
commit 7aa98887ef

View File

@@ -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%)