I use jquery drag & drop UI. If you grab the paint object and simultaneously scroll the page, the drag object leaves the cursor. There are the following options:

appendTo: 'body', containment: 'window', scroll: true, scrollSpeed: 100, distance: 1, 

    0