Closed Chandru22714 closed 11 months ago
I'm facing this same issue. What I realized is, if my element has a scrollable content, this could happen.
As a suggestion, provide a screenshot and more info to determine what kind of issue are you facing.
✌🏻
I having implemented sorting functionality in modal(popup) which is scrollable. So, transform property is used modal causing the issue. Please make sure to give transform: none if transform is used anywhere in the popup to fix the issue
I'm facing this same issue. What I realized is, if my element has a scrollable content, this could happen.
As a suggestion, provide a screenshot and more info to determine what kind of issue are you facing.
✌🏻
Your issue was fixed or still it is open?
When i start to drag the element to change the sort order, the dragged element is moving up. So, the dragged element is not sitting under the cursor. I could see some gap is there between dragged element and cursor. The gap between cursor and Dragged element is keep increasing if we scroll the page to further down.
I am using 1.5.1 version of sortable js.
I need a solution to fix this issue.