Skip to content

Commit

Permalink
fix(display): overflow tooltip placement
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicou committed Apr 6, 2023
1 parent 8992d9c commit 11ebd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tiptap-display.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-text-overflow class="display" :text="text" />
<v-text-overflow class="display" placement="bottom" :text="text" />
</template>

<script setup lang="ts">
Expand Down

0 comments on commit 11ebd6f

Please sign in to comment.