leongersen / noUiSlider

noUiSlider is a lightweight, ARIA-accessible JavaScript range slider with multi-touch and keyboard support. It is fully GPU animated: no reflows, so it is fast; even on older devices. It also fits wonderfully in responsive designs and has no dependencies.
https://refreshless.com/nouislider/
MIT License
5.69k stars 656 forks source link

misaligned sliders #1240

Closed Lunarequest closed 1 year ago

Lunarequest commented 1 year ago

I update my nouislider install and well the sliders are just all over the place not aligned. Any help would be nice

image

leongersen commented 1 year ago

Make sure to update the CSS as well.

Lunarequest commented 1 year ago

I have updated the css as well.

leongersen commented 1 year ago

You likely have a conflict in your custom CSS, see: https://github.com/leongersen/noUiSlider/blob/master/CHANGELOG.MD#1550-2021-09-01

Lunarequest commented 1 year ago

I figured out we used

left: 2px;
right: 2px;

which broke this

github-actions[bot] commented 1 year ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.