Skip to content

Commit 47fb943

Browse files
authored
Merge pull request #789 from Mng-dev-ai/fix/floating-tooltip-zindex
fix: raise FloatingTooltip z-index above overlay layers
2 parents e468268 + 8184123 commit 47fb943

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/ui/FloatingTooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export function FloatingTooltip({ content, children, className }: FloatingToolti
8989
role="tooltip"
9090
style={{ top: position.top, left: position.left }}
9191
className={cn(
92-
'pointer-events-none fixed z-50 max-w-[280px] whitespace-pre-line break-words rounded px-2 py-1',
92+
'pointer-events-none fixed z-[210] max-w-[280px] whitespace-pre-line break-words rounded px-2 py-1',
9393
'animate-fade-in bg-surface-tertiary text-xs font-medium text-text-primary shadow-lg',
9494
'dark:bg-surface-dark-tertiary dark:text-text-dark-primary',
9595
)}

0 commit comments

Comments
 (0)