Fix tooltip placement

This commit is contained in:
N-Pex 2025-05-28 09:49:12 +02:00
parent 37fce18df8
commit cfabd8be08
3 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
:key="name"
v-show="name == '❤️'"
>
<v-tooltip top v-if="value.includes($matrix.currentUserId)">
<v-tooltip location="top" v-if="value.includes($matrix.currentUserId)">
<template v-slot:activator="{ props }">
<v-icon class="ma-1 ml-0 clickable" v-bind="props" @click="onClickEmoji(name)" color="#ff3300">$vuetify.icons.ic_like_filled</v-icon>
</template>