Skip to content

Commit

Permalink
修复Chromium下点不到HelpText的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Sep 20, 2023
1 parent 9a15ede commit 439853f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui/src/components/HelpText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@
<slot />
</n-tooltip>
</template>

<style scoped>
.help {
z-index: 100;
}
</style>

0 comments on commit 439853f

Please sign in to comment.