You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering a layout issue when using the tooltip with the following props:
<TooltipcloseOnChildInteraction={false}allowChildInteraction={false}useReactNativeModal={false}useInteractionManager={false}// ...other props>{/** My child component */}</Tooltip>
These options were set in an attempt to resolve a scrolling issue, but with this configuration, the tooltip is not correctly aligned with the child component. Instead, it appears centered on the screen, rather than positioned relative to its child.
Hi, thank you for this useful library!
I'm encountering a layout issue when using the tooltip with the following props:
These options were set in an attempt to resolve a scrolling issue, but with this configuration, the tooltip is not correctly aligned with the child component. Instead, it appears centered on the screen, rather than positioned relative to its child.
Here's the video:
Video-del-2025-05-16-11-49-41.mp4
Environment
0.73.61.6.0