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
Post a Comment