I need help creating a fixed navbar and side menu while keeping the content pane scrollable.
Take a look at my codepen - http://codepen.io/anon/pen/jryKvY
However, I'm having trouble getting the background of the content pane to fill up with overflow content when scrolled.
How can I resolve this issue without using overflow: scroll
on the content-pane div?