I created a calendar style screen whereby each Room goes down the page and the columns(for time) go horizontally. Each Room div is set to overflow:hidden.
I wanted to make the entries draggable/droppable so that they could be moved from one time/room to another. The problem is when dragging they won't move out of the Room div they are in they hide under the boundaries of it instead most likely because of the overflow:hidden.
I don't have time to rewrite the layout of the screen, is there someway to make them drag out of the div and to the rest of the screen?