How can one prevent scrolling scrollable elements (e.g. text area, div with scrollbars) when using the mouse wheel to scroll the page?
when I use the mouse wheel to scroll the page vertically from top to bottom, I would like to ignore scrollable elements which happen to turn up under the mouse cursor.
I still want to scroll the "scrollable elements" when not scrolling the page but rather just hovering over the element and using the scroll wheel.