I use Twitter Bootstrap in one of my projects, but I have the problem that my content goes out of the browser view. Normally you see the scrollbar on the right side of the scree
Override it with your last stylesheet. ( Probably your own theme stylesheet. )
html, body { overflow: visible; }