Skip to content

Commit 58123e1

Browse files
authored
fix: fix to display tooltip on hover (#19058)
1 parent b975d6d commit 58123e1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

site/src/components/Combobox/Combobox.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,12 @@ export const Combobox: FC<ComboboxProps> = ({
134134
<TooltipProvider delayDuration={100}>
135135
<Tooltip>
136136
<TooltipTrigger asChild>
137-
<Info className="w-3.5 h-3.5 text-content-secondary" />
137+
<span
138+
className="flex"
139+
onMouseEnter={(e) => e.stopPropagation()}
140+
>
141+
<Info className="w-3.5 h-3.5 text-content-secondary" />
142+
</span>
138143
</TooltipTrigger>
139144
<TooltipContent side="right" sideOffset={10}>
140145
{option.description}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy