Container scrollbar

Hi there,

Does someone know how to know when a scrollable container has reach the bottom of the scroll?

Thanks in advance.
Adrian.

Copy and paste inside the container style property:

float:left; overflow-y:scroll; -webkit-overflow-scrolling:touch;

Thanks a lot, I will give it a try and let you know the comments.

Best Regards,
Adrian.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.