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
Using position:absolute for draggables doesn't seem to work for elements with positioned ancestors. The element is offset from the cursor by the ancestor's offset.
This happens because the draggables final position is the calculated offset (i.e. event position) plus ancestor offset.
Is this a known issue?
Any particular reason fixed positioning was not used during drag?