I have my tooltip set to show at all times. When my component first renders, the tooltip sits right on top of the handle. When you click the handle it jumps up to its correct position.
My related code:
import Slider from 'rc-slider'
import Tooltip from 'rc-tooltip'
I have my tooltip set to show at all times. When my component first renders, the tooltip sits right on top of the handle. When you click the handle it jumps up to its correct position.
My related code:
Custom handle:
The component:
And lastly, the CSS:
Any ideas what might be going on?