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

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -