Closed arolectric closed 2 years ago
This is likely related to a change in 15.5.0. See #1167 for a discussion on this.
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.
I had this weird issue where the handles were always positioned on the far right end of the slider - I used two handles and just imported everything as it is provided. The handles could only move a few pixels, the connect element displayed correctly and the values were working, too, only the handles were off. After searching and playing around I managed to fix the issue by setting .noUi-origin { width: 100% }. Was 10% before.
Just leaving this here in case someone has the same problem.