In the markup below, when I minimizes the browser window, I see scroll in the browser window scrolling rather than the scroll within the div from the overflow-y: scroll. How can I make it scroll in the inner scroll without doing anything to the body element?
<div style="overflow-y: scroll;">
line<br/>
line<br/>
line<br/>
line<br/>
line<br/>
line<br/>
</div>
Set the height of the
<div>