I am new to CSS and hoping this issue is a simple one. Imagine I have a responsive, two-column Bootstrap 3 grid layout. In the left column, I want it to always fill the height of the browser window. However, within that column, I need a scrollable div to display content that is longer than the column itself.
Does that make sense? My attempts so far have resulted in the longer div dictating the height of its container, causing the entire window to scroll vertically.