We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023e77c commit 4a6179aCopy full SHA for 4a6179a
adminforth/spa/src/afcl/Tooltip.vue
@@ -5,7 +5,7 @@
5
<teleport to="body" v-if="showTooltip">
6
<div
7
role="tooltip"
8
- class="absolute z-20 invisible inline-block px-3 py-2 text-sm font-medium text-lightTooltipText dark:darkTooltipText transition-opacity duration-300 bg-lightTooltipBackground rounded-lg shadow-sm opacity-0 tooltip dark:bg-darkTooltipBackground"
+ class="absolute z-[100] invisible inline-block px-3 py-2 text-sm font-medium text-lightTooltipText dark:darkTooltipText transition-opacity duration-300 bg-lightTooltipBackground rounded-lg shadow-sm opacity-0 tooltip dark:bg-darkTooltipBackground"
9
ref="tooltip"
10
>
11
<slot name="tooltip"></slot>
0 commit comments