Skip to content

Commit

Permalink
style(projects): fix tooltip zIndex of ButtonIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jan 21, 2024
1 parent 8b6de48 commit db747c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/custom/button-icon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const cls = computed(() => {
</DefineButton>

<!-- template -->
<NTooltip v-if="tooltipContent" :placement="tooltipPlacement">
<NTooltip v-if="tooltipContent" :placement="tooltipPlacement" :z-index="10">
<template #trigger>
<Button :class-name="cls" v-bind="$attrs">
<slot>
Expand Down

0 comments on commit db747c4

Please sign in to comment.