When I reached the bottom of an iFrame / div with scrollbar, and keep scrolling down, the whole page will scroll down.
I made a quick JSFiddle to demonstrate the problem: http://jsfiddle.net/fbgxf771/1/
<div class="whole-page" style="height:2000px;">
<iframe style="height: 100px;" src="http://example.com"></iframe>
</div>
Keep scrolling down on either the div or the iframe, when you reached the bottom, the whole page will scroll down.
How can I disable that?