Skip to content

Commit

Permalink
fix: translation tooltip z index
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Oct 10, 2024
1 parent 3b67b2c commit 71abbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/renderer/src/modules/entry-column/translation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const EntryTranslation: Component<{
<HoverCard.Portal>
<HoverCard.Content
className={cn(
"group relative z-[1] text-sm",
"group relative z-[11] text-sm",
"animate-in fade-in-0 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
)}
style={useOverlay ? { width: bounds.width } : undefined}
Expand Down

0 comments on commit 71abbc9

Please sign in to comment.