Scrolling only works when mouse is over content

401 views Asked by At

I am working on a special blog for a client. The posts are aligned next to each other and you can navigate to them with javascript. The user can scroll up and down if the content exceeds the window height. Therefore I put the posts inside a big parent-div with overflow-y: scroll; overflow-x: hidden;. But now it seems that for some reason you can only scroll down when the mouse is over the content of a post. Do you guys have any idea how I can do this so that you can scroll down regardless of your mouse position on the parent-div?

Example here: http://interactiewerk.nl/me-myself-and-i/uit-de-schulp

0

There are 0 answers