javascript - How to drag a div out of a overflow-y:auto div? -


i working on project has drag , drop function. drag option bit long , therefore scrolling necessary.

this js fiddle of testing script: http://jsfiddle.net/2e9jd/30/

as can see, unable drag elements out of div after setting overflow-y:auto set overflow-x:visible. seems when set overflow-y:auto, overflow-x forced auto. bug on css? work around?


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -