Avoid drop-accept on invisible part of droppable
I just try the draggable/droppable plugins for the first time. And I am no javascript/html pro. So this might be a silly question.
No problem to get drag/drop working. But I am looking for a way to avoid drop-acceptance on the invisible part of the droppable. The droppable is a large div inside a scrollable container. Unfortunately a drop is also accepted when I move the draggable helper below the container. Is there a way to avoid this? If so, how?
Thanks in advance.
--Heiko