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

Changing handle size can break styling

slashwhatever opened this issue · comments

See screenshot: https://puu.sh/ADQJs/91951bf0ef.png

This is from changing the handle size to 15px. Now the slider does not reach the min and max in the same way it did before.

Maybe the code isn't taking account of the handle size when determining the handle position?

Edit: Closed. I'm an idiot. :)