Fix tooltip placement
This commit is contained in:
parent
37fce18df8
commit
cfabd8be08
3 changed files with 4 additions and 4 deletions
|
|
@ -6,7 +6,7 @@
|
|||
:key="name"
|
||||
v-show="showAllReaction || index < REACTION_LIMIT"
|
||||
>
|
||||
<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-chip
|
||||
class="pa-2 ma-1 ml-0"
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
>
|
||||
{{ otherReactionText }}
|
||||
</v-chip>
|
||||
<v-tooltip top v-if="!!totalReaction">
|
||||
<v-tooltip location="top" v-if="!!totalReaction">
|
||||
<template v-slot:activator="{ props }">
|
||||
<v-chip
|
||||
variant="outlined"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue