From: Mark Otto Date: Fri, 7 Feb 2014 09:27:07 +0000 (-0800) Subject: Fixes #12526: Add scrollbars when necessary to the Dashboard example's sidebar X-Git-Tag: v3.1.1~14^2~22^2~3^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f83b20100728ee7fa6c661ccee289dd003822cdc;p=thirdparty%2Fbootstrap.git Fixes #12526: Add scrollbars when necessary to the Dashboard example's sidebar --- diff --git a/docs/examples/dashboard/dashboard.css b/docs/examples/dashboard/dashboard.css index 565aff50e1..d6bbc30ebe 100644 --- a/docs/examples/dashboard/dashboard.css +++ b/docs/examples/dashboard/dashboard.css @@ -34,6 +34,8 @@ body { left: 0; z-index: 1000; display: block; + overflow-x: hidden; + overflow-y: auto; /* Scrollable contents if page is short */ padding: 70px 20px 20px; background-color: #f5f5f5; border-right: 1px solid #eee;