I'm currently working on a Bootstrap 3 page layout where the main content is positioned on the left, and a small sidebar on the right will house additional links and graphs related to the main information. For reference, you can view the progress at http://www.bootply.com/ZLB46jDSnU
The issue I'm facing is that when I use container-fluid for the main body (line 55), vertical scrolling disappears even though the sidebar requires it. However, if I switch to using just 'container', everything aligns properly but then the main body overlaps with the sidebar which is not the desired outcome. It seems like the fluid layout is what I need, but there's a problem with scrolling.
Does anyone have insight into why this is affecting scrolling? Am I going about setting up the sidebar and main content divs in the correct manner?