fix: remove z-index from Ripple effect

This commit is contained in:
Valentin Kaelin 2019-11-17 21:14:55 +01:00
parent 6819cbe188
commit 5564cc5634

View file

@ -3,11 +3,10 @@
ref="container" ref="container"
@mousedown="addRipple" @mousedown="addRipple"
class="relative overflow-hidden cursor-pointer" class="relative overflow-hidden cursor-pointer"
style="z-index: 1;"
> >
<transition-group <transition-group
class="absolute top-0 left-0 w-full h-full pointer-events-none" class="absolute top-0 left-0 w-full h-full pointer-events-none"
style="z-index: -1;"
name="grow" name="grow"
tag="div" tag="div"
> >