-
-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tooltip misalignment when scrolling #1227
Comments
Have you tried moving the tooltip component inside the scrollable parent? That usually fixes the issue, but depending on your project's structure, it might not be viable for you to do. Let me know, and I'll try to suggest some other approach. |
This issue is stale because it has not seen activity in 30 days. Remove the |
Any updates here I am facing same issue with Android devices |
@AdamDia as suggested above, you should try placing the If that does not help, we would need a reproducible example to be able to help further. |
Bug description
When using tooltips inside scrollable containers (specifically the window), the tooltip appears correctly next to the target element in the initial scroll state (see Screenshot 1). However, after scrolling the parent element (window), the tooltip appears misaligned—either above or below the target element (see Screenshot 2).
Version of Package
v5.28.0
To Reproduce
Expected behavior
The tooltip should remain aligned with the target element regardless of the scroll position.
Screenshots
Desktop:
The text was updated successfully, but these errors were encountered: