Skip to content

Commit 327468f

Browse files
feat: react-tooltip__show class
1 parent 4286fbf commit 327468f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Tooltip/Tooltip.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ const Tooltip = ({
626626
className,
627627
`react-tooltip__place-${actualPlacement}`,
628628
{
629+
'react-tooltip__show': canShow,
629630
[coreStyles['show']]: canShow,
630631
[coreStyles['fixed']]: positionStrategy === 'fixed',
631632
[coreStyles['clickable']]: clickable,

0 commit comments

Comments
 (0)