Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit58123e1

Browse files
authored
fix: fix to display tooltip on hover (#19058)
1 parentb975d6d commit58123e1

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
<TooltipProviderdelayDuration={100}>
135135
<Tooltip>
136136
<TooltipTriggerasChild>
137-
<InfoclassName="w-3.5 h-3.5 text-content-secondary"/>
137+
<span
138+
className="flex"
139+
onMouseEnter={(e)=>e.stopPropagation()}
140+
>
141+
<InfoclassName="w-3.5 h-3.5 text-content-secondary"/>
142+
</span>
138143
</TooltipTrigger>
139144
<TooltipContentside="right"sideOffset={10}>
140145
{option.description}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp