I created a demo: http://pastebin.me/584b9a86d715c9ba85b7bebf0375e237
When the scroll bar is at the bottom and you drag items to sort them, it causes the scroll bar
Here is another easy option to solve this problem.
when mouseenter your sorting Icon,
$("body").css("overflow-y","hidden");
when mouseleave your sorting Icon
$("body").css("overflow-y","scroll");