mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
fix: remove z-index from Ripple effect
This commit is contained in:
parent
6819cbe188
commit
5564cc5634
1 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue