But the problem is that I can keep on scrolling without stop and
the right divs is coming with my sroll action. And that is the point I
dont want. I want that when I scroll down to the bottom that div right
will stop scrolling as well.
I tried so many things like:
- giving a max-height to the wrapper;
- giving a max-height to the body and html;
- tried many other code without success;
So i'm very wondering how I can solve this issue.
My result should be:
I want that the scroll function/animation will stop when I reach
the bottom of the div#wrapper or the bottom of div#left.
I hope someone can support me with this. I will be so thankful.