I have a need to present a master-detail screen where the master and detail are each independently-scrollable, side-by-side columns in a responsive grid. When the browser width is reduced below some threshold, the two columns become stacked, with only a single full-page scroll.
Ideally, I'd like this to be done within twitter-bootstrap. It seems this should be simple?