Skip to content

Commit

Permalink
fix(app): #2412 Fix tooltip being cut off (#2514)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit-nagaraj authored Oct 8, 2024
1 parent e1202b5 commit db24b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/components/base/Tooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ onMounted(() => {
font-weight: 400;
background: var(--vp-c-brand-dark);
color: white;
z-index: 10;
z-index: 99;
white-space: nowrap;
padding: 2px 8px;
border-radius: 4px;
Expand Down

0 comments on commit db24b1d

Please sign in to comment.