Currently, there is a full-page scrollable background image with a div
positioned at the bottom of the page. However, I am facing an issue where I can only scroll the image when the mouse-pointer is hovering over it and not over the bottom div
. Is there a solution to make the image scrollable from any point on the page?
To better illustrate my current setup and the desired functionality, you can refer to this JSfiddle.