Skip to content

Commit

Permalink
fix: tooltip on mobile (#3895)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilasw authored Nov 29, 2024
1 parent 90496fa commit 819f542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/shared/src/components/plus/PlusListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export const PlusListItem = ({
container={{ className: 'tablet:max-w-72' }}
content={item.tooltip}
delay={0}
forceLoad
>
{component}
</SimpleTooltip>
Expand Down

0 comments on commit 819f542

Please sign in to comment.