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
When dragging the normal slider to the left completely, it stops working. The "hidden" highPointer ruins it apparently. hideEl() should return element.css({display: 'none'}) for the highPointer instead of opacity 0. Otherwise a z-index lower than for lowPointer.
Not sure what solution is the best.
The text was updated successfully, but these errors were encountered:
When dragging the normal slider to the left completely, it stops working. The "hidden" highPointer ruins it apparently. hideEl() should return element.css({display: 'none'}) for the highPointer instead of opacity 0. Otherwise a z-index lower than for lowPointer.
Not sure what solution is the best.
The text was updated successfully, but these errors were encountered: