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
We're enabling jquery-udraggable in a div with "position:fixed" (it's fixed so its position doesn't change as we scroll the page). However, jquery-udraggable overwrites the position to "absolute".
We're enabling jquery-udraggable in a div with "position:fixed" (it's fixed so its position doesn't change as we scroll the page). However, jquery-udraggable overwrites the position to "absolute".
Maybe the plugin should assume that the correct style must already be present in the target element, and not enforced by the plugin? In that case, this line would be deleted:
https://github.com/grantm/jquery-udraggable/blob/master/jquery.udraggable.js#L128
The text was updated successfully, but these errors were encountered: