So I have an issue with scrolling the page and some div with content inside it.
There is a .container
at the bottom of the page and footer goes after it.
When an user gets to the bottom of the page there should be possibility to continue scrolling the page but exactly the .scrollable
container should be scrolled.
By default we can scroll .scrollable
div's content if mouse cursor is over it. But I need to somehow link common page scroll to this .scrollable
div's scroll.
How does this problem can be solved?
Here the JSFiddle link to make the issue more clear