slider icon indicating copy to clipboard operation
slider copied to clipboard

[Range Slider]: Tooltip overlap when 2 points are close to each other

Open sathvikc opened this issue 3 years ago • 0 comments

Hi,

When using Range Component with createSliderWithTooltip and below props. Tooltip is overlapped when close to each other. Tried the align prop but it is not working as expected. How should I add offset to left value and right value separately?

Tip Props:

tipProps={{
  overlayClassName: classes.rangeSliderTooltip,
  defaultVisible: true,
  visible: true,
  placement: 'top',
  destroyTooltipOnHide: false,
  // align: {
  //   offset: [10, 20]
  // }
}}

Screen Shot 2021-07-13 at 6 40 39 PM

sathvikc avatar Jul 13 '21 23:07 sathvikc