fix(summoner-names): increase z-index of tooltips

This commit is contained in:
Valentin Kaelin 2021-03-13 22:59:26 +01:00
parent 8fca88b8f7
commit 701d824ddb

View file

@ -16,7 +16,7 @@
<div
v-show="isOpen"
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 }"
>
<slot></slot>