Hey I am using the drag drop UI and I love it. I ran into a problem,
my droppable box is fixed to the bottom of my screen with
position:fixed; bottom:0; in the CSS. This way, when I scroll the
page, the droppable is always at the bottom. But when I try to drag
my draggable over the droppable it doesnt detect the droppables NEW
position on the page (once you scroll). It will only allow you to
drop it in the spot where the droppable was when the page was loaded.
Any help is appreciated!