I've tried to look for a response to this, but even when some questions are similar, I couldn't find any answer to my problem.
In my website I use Sidr JQuery plugin for a left side menu. It is a fixed div with bottom:0, overflow-y: scroll. The main content has a bigger height than the left side menu.
On my mobile (Chrome on Android), when I scroll this menu vertically, it starts scrolling OK but then it gets locked and starts to scroll the main content. Only when main content reaches almost the end, the left side menu also finishes scrolling.
How can I avoid this behavior and have both elements scroll independently from each other?
Thanks!