Draggable position: Fixed

Draggable position: Fixed

I'm trying to build an app with the function to annotate documents. I want to use draggable as marking points. So the user drags from the toolbar onto a document, new draggable is then created and so on. The problem is that when a document is being scrolled down the draggable elements always stay on the top (they should go down with the page). I've tried to remove fixed position on the 'drop' event but still not there
Please look at my fiddle
http://jsfiddle.net/sUPsk/3/

Thanks