I would like to scroll within a div whose height extends below the browser window without scrollbars appearing on the browser window.
When I add an overflow:hidden
style on the body tag this works as long as the div height is < the window height. How can I get the same effect when div height > browser window height?