asvd/dragscroll

Scrolling an element with the entire page

aoueon opened this issue · 2 comments

This is very useful. Works great. But I'm trying to do something and it ends up with an element over the element I want to be scrolled, and the element over it is disabling scrolling for the one under.

Can anyone help me to make it so when I drag on the entire HTML page, a specific element to be scrolled?

asvd commented

Try to apply css-rule pointerEvents:none to the topmost element, then it should become transparent to mouse events.

I will do that. Thank you very much!