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
The problem the right slider is statically set to have a higher z-index, so when the left slider is pulled all the way to the left is gets slipped beneath the right slider. But then the right slider can't be pulled righwards "off" of the slider track, so neither slider can be moved at all.
To fix, on mousedown on either of the sliders set that slider's z-index to 2 (or whatever) and the other slider to 1 (or whatever). Do that toggle on each mousedown, and the most recently dragger slider will always be accessible to the cursor, meaning that any action can always be undone.
The text was updated successfully, but these errors were encountered:
The problem the right slider is statically set to have a higher z-index, so when the left slider is pulled all the way to the left is gets slipped beneath the right slider. But then the right slider can't be pulled righwards "off" of the slider track, so neither slider can be moved at all.
To fix, on mousedown on either of the sliders set that slider's z-index to 2 (or whatever) and the other slider to 1 (or whatever). Do that toggle on each mousedown, and the most recently dragger slider will always be accessible to the cursor, meaning that any action can always be undone.
The text was updated successfully, but these errors were encountered: