I'm using a completely ordinary jQuery slider whose handle I narrowed using the following CSS:
html body .ui-slider .ui-slider-handle {
width: 10px;
}
This has the desired effect of narrowing the slider handle, but it has the unwanted side effect of making the handle snap to a position just left of the cursor when I try to drag it.
What's causing this, and how can I modify the behavior?