zillow / react-slider

Accessible, CSS agnostic, slider component for React.
https://zillow.github.io/react-slider
MIT License
891 stars 232 forks source link

fix: clicking on the track of a vertical slider should move the corre… #158

Closed stonebk closed 4 years ago

stonebk commented 4 years ago

…ct handle

Mouse click was based on window positioning where as slider was based on viewport positioning. We needed to normalize the values by taking into account the window scroll.

Fixes #156