-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 is offset, out of the parent div #649
Comments
I don't understand. The tool tips are centered on top of the handles, but On Thu, Nov 3, 2016, 00:08 sorryjack notifications@github.com wrote:
|
That happens with tool tips. Add some padding on the left and right until On Thu, Nov 3, 2016, 22:48 sorryjack notifications@github.com wrote:
|
In fact, bootstrap is capable of keeping tooltips in bound.
From http://getbootstrap.com/javascript/#tooltips And I'd love to see such a feature for this library as well. |
Append to body would not solve this issue, it prevents it from getting clipped when it would otherwise overflow the container. That said, if a fix is desired, then please send a PR. |
thanks for making this awesome slider.
I implemented the tooltip_split : true
the minimum one, the left is offset the div, so does the max one. please see the screenshot.
is it possible to make the tooltip auto positioned when the reach their edge wether min or max to keep the tooltip visible?
thanks.
The text was updated successfully, but these errors were encountered: