We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e468268 + 8184123 commit 47fb943Copy full SHA for 47fb943
1 file changed
frontend/src/components/ui/FloatingTooltip.tsx
@@ -89,7 +89,7 @@ export function FloatingTooltip({ content, children, className }: FloatingToolti
89
role="tooltip"
90
style={{ top: position.top, left: position.left }}
91
className={cn(
92
- 'pointer-events-none fixed z-50 max-w-[280px] whitespace-pre-line break-words rounded px-2 py-1',
+ 'pointer-events-none fixed z-[210] max-w-[280px] whitespace-pre-line break-words rounded px-2 py-1',
93
'animate-fade-in bg-surface-tertiary text-xs font-medium text-text-primary shadow-lg',
94
'dark:bg-surface-dark-tertiary dark:text-text-dark-primary',
95
)}
0 commit comments