I've currently been using jQuery Custom Scrollbar on a project. I have a main div with a scrollbar and another small div with a scrollbar inside the main div. And whenever I scroll the small div it triggers the main div to scroll when the scrollbar meets the end of the content. How do I prevent the main div from being scrolled when I scroll the small div?
Cheers.