You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: