Is it possible to set pointer-events to only react to scrolling or drag on a touch-pad? I have a div \'in the way\' for scrolling a complex html arrangement* and I would lik
As for specification in the docs:
When an element has applied pointer-events: none;
pointer-events: none;
The element is never the target of any mouse events and any events are void;
Please look at this demonstration:
http://jsbin.com/wewosumehi/1/
Events are not being fired, you cannot even scroll the container.
container