We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See attached video
Despite the fact I set effect="solid" on tooltip it floats for the first time I hover tooltip trigger
effect="solid"
<ReactTooltip id={ TOOLTIP_ID } effect="solid" place="right" class="my-tooltip" />
The text was updated successfully, but these errors were encountered:
Switching from one place to other place will cause it, you can reproduce it by changing the example react-tooltip place from top to right for example.
place
I don't know how you use the react-tooltip, but I'm thinking optimize this
Sorry, something went wrong.
Fix for #143, eliminate the float effect when using solid
ed2a99e
Fixed in 3.1.0
3.1.0
No branches or pull requests
See attached video
Despite the fact I set
effect="solid"
on tooltip it floats for the first time I hover tooltip triggerThe text was updated successfully, but these errors were encountered: