-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
Positioning broken after upgrade 3.0.10 -> 3.0.13 #142
Comments
Actually I did some slight modification on constant position shift for showing the tooltip more nicely... I don't know how much does you mean If it is not too much, you can use |
I mean It's completely broken and the bottom line is that react-tooltip does not work with react-list. |
I am used react-tooltip in my app in many part and confirm - position of tooltip completely broken. |
I add a new attribute You can use this attribute since |
Great thanks! It works |
After I upgraded the library to 3.0.13 I noticed tooltip is no longer pointing to desired place. It has some kind of constant position shift.
Looking at the release notes I guess that
is responsible for that. I use react-list and it uses CSS
transform: translate
property to scroll a list. Each item of the list contains some elements that have tooltip attached. When I disabletransform
property in object inspector the list becomes broken but tooltip is displayed correctly.The text was updated successfully, but these errors were encountered: