mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +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"
|
||||
@mousedown="addRipple"
|
||||
class="relative overflow-hidden cursor-pointer"
|
||||
style="z-index: 1;"
|
||||
>
|
||||
|
||||
<transition-group
|
||||
class="absolute top-0 left-0 w-full h-full pointer-events-none"
|
||||
style="z-index: -1;"
|
||||
name="grow"
|
||||
tag="div"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue