-
-
Notifications
You must be signed in to change notification settings - Fork 144
slider tooltip.always_visible doesn't position properly #751
Comments
possible related to react-component/slider/issues/374 |
Since dcc.Slider is calling the react tooltip API, what would be the correct container to set for the tooltip when using getTooltipContainer? |
There is a fix here in the original/official version of this repo: ant-design/ant-design#16717. We could make a PR onto react-component/slider upstream or try to migrate |
A short term fix would be to document around it with the suggestion here react-component/slider#374 (comment)
|
I'm currently taking a look at this. This is a non-exhaustive list of some things I'm in the process of figuring out:
|
If I put a slider into a div that has overflow-y=scroll, then the tooltip doesn't scoll with the slider
The text was updated successfully, but these errors were encountered: