When we add a scale/pips to the slider, this new area is not clickable to change the position of the handle. As I'd like to use a thin track style, this can be a problem for the UX.
I tried to follow the idea of this issue which is about the handler, but this modified all the consistency of all elements in that case.
How to make this new area clickable to move the handle?
You can find the example on JSFiddle.
The scale area has been added with:
pips: {
mode: 'steps',
density: 10
}