In the code snippet provided, there are two divs. When scrolling down past the end of the blue div, the overall body/div also scrolls down. Is there a way to prevent this additional scrolling effect once reaching the scroll boundary of the blue div?
For example, when the blue div reaches its scroll boundary, nothing else should continue scrolling.
Here is a sample for reference: http://jsfiddle.net/nXN9H/
A CSS solution is preferred, but a simple JS/jQuery solution would also be acceptable.