-
-
Notifications
You must be signed in to change notification settings - Fork 659
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
Merging overlapping tooltip position is off #1217
Comments
This is an unfortunate side effect of a compatibility fix in 15.5.0. TLDR: these changes in the default stylesheet need to be incorporated in your overriding styles. See #1167 for more discussion on this. |
Yes, we include the When I remove the custom stylesheet overwriting the default CSS I still get this: chrome_3MRYbETrLe.mp4What am I missing? |
The example on merging overlapping tooltips was also updated to accommodate for the sizing changes, you'll want to upgrade that, too. I'll make sure to flag that in the changelog. |
@leongersen yes, that was it. Thanks! 😁 I also originally added this: #1032 (comment) In the example it looks like this: |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
When merging overlapping tooltips was introduced it looked great #1032
https://refreshless.com/nouislider/examples/#section-merging-tooltips
But it seems something has changed in recent updates as the position is off.
The example here is based on v15.6.0
chrome_0D6VrS22Jd.mp4
When I revert back to v15.4.0 it starts working again.
chrome_RQzlmNp2Xz.mp4
Not sure which change broke this feature though, but it seems to be related to one on the changes v15.5.0 where I could reproduce the issue as well.
The text was updated successfully, but these errors were encountered: