mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix(summoner-names): increase z-index of tooltips
This commit is contained in:
parent
8fca88b8f7
commit
701d824ddb
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
<div
|
<div
|
||||||
v-show="isOpen"
|
v-show="isOpen"
|
||||||
ref="content"
|
ref="content"
|
||||||
class="fixed z-40 py-2 rounded-md shadow bg-blue-1000"
|
class="bg-blue-1000 fixed z-50 py-2 rounded-md shadow"
|
||||||
:style="{ ...position }"
|
:style="{ ...position }"
|
||||||
>
|
>
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue