AshesOfOwls / jquery.shapeshift

A dynamic grid system with drag and drop functionality.
http://ashesofowls.github.com/jquery.shapeshift/
MIT License
1.67k stars 312 forks source link

Display draggable children everywhere #32

Closed TimDaub closed 11 years ago

TimDaub commented 11 years ago

Hi,

just a quick question. How can i achive that my draggable children are on top of every container i have on my page? clipshape Right now they just disappear when i drag them out of the parent container.

Greetings

TimDaub commented 11 years ago

I found it out myself: If you set your parent boxes to overflow:hidden then it will disappear at the border. So for fixing this just delete the overflow property of your parent box.

AshesOfOwls commented 11 years ago

Sweet, I actually bet there are some use cases where it would be good to have it disappear at the border which I never thought of so that might be cool in the future.

Is it ok if I close this thread?

TimDaub commented 11 years ago

Yes :) PS: Thank you for jq Shapeshift by the way

AshesOfOwls commented 11 years ago

No problemo, it's a fun project. Makes it even more fun since people are actually using it haha