whoisandy / react-rangeslider

A lightweight responsive react range slider component.A fast & lightweight react component as a drop in replacement for HTML5 input range slider element.

Home Page:https://whoisandy.github.io/react-rangeslider/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tooltip rerenders when component is moved/hidden

glorp47 opened this issue · comments

Hey,

so I have a menu that users are able to open and close. This menu contains a tooltip, but I'm seeing an issue that when I scroll up or down or close the menu, the tooltip is in the original place it was rendered and not the new location of the range. Any possible fixes?