Closed guidoferreyra closed 8 years ago
I looked to the draggabilly.js and I've found that I can use position: absolute
and this solves my issue, but when I start to drag, in the first mouse move the element is "teleported" a few pixels away the initial position and then it drags fine.
Thanks for reporting this issue. Draggabilly v2.1.1 has been released with a fix for this issue. Please upgrade and see how it works!
Thank you!
Hi! I have elements with position: fixed and initial position of the elements setted with left and top. But when draggabilly is running it overrides the
position: fixed
style, addingposition: relative
, so my items are not in the initial position that I want. Any idea how can I achieve this?Thanks in advance!