minor imps

This commit is contained in:
2025-06-19 17:54:13 +02:00
parent e6c66ab232
commit 8b7a51c5bd
7 changed files with 38 additions and 25 deletions

View File

@ -11,13 +11,10 @@
</slot>
<span
class="tooltip-content tooltip-shown:opacity-100 tooltip-shown:visible z-40 pointer-events-none"
class="tooltip-content tooltip-shown:opacity-100 tooltip-shown:visible pointer-events-none z-50"
role="tooltip"
>
<span
class="tooltip-body"
v-bind="$attrs"
>
<span class="tooltip-body">
{{ tooltip }}
</span>
</span>
@ -57,8 +54,4 @@ const props = defineProps({
default: 'hover',
},
})
defineOptions({
inheritAttrs: false,
})
</script>