Fix tooltip placement
This commit is contained in:
parent
37fce18df8
commit
cfabd8be08
3 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div>
|
||||
<div class="seen-by-container">
|
||||
<v-tooltip top open-delay="500" v-if="seenBy.length > 0">
|
||||
<v-tooltip location="top" open-delay="500" v-if="seenBy.length > 0">
|
||||
<template v-slot:activator="{ props }">
|
||||
<div v-bind="props" class="clickable">
|
||||
<div class="more" v-if="seenBy.length > 0">{{ moreItems }}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue