From: Mark Otto Date: Fri, 7 Feb 2014 10:44:04 +0000 (-0800) Subject: Follow up to 1bdd59b18c2d1b2409d0422a60e8c007053202df, to better position the sidebar... X-Git-Tag: v3.1.1~14^2~22^2~3^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cae76171d0bb6f461829b063735ffd84d6b2a07f;p=thirdparty%2Fbootstrap.git Follow up to 1bdd59b18c2d1b2409d0422a60e8c007053202df, to better position the sidebar so the potential scrollbar doesn't get hidden by the navbar --- diff --git a/docs/examples/dashboard/dashboard.css b/docs/examples/dashboard/dashboard.css index 9cd455dfde..70c7029cc5 100644 --- a/docs/examples/dashboard/dashboard.css +++ b/docs/examples/dashboard/dashboard.css @@ -29,12 +29,12 @@ body { @media (min-width: 768px) { .sidebar { position: fixed; - top: 0; + top: 51px; bottom: 0; left: 0; z-index: 1000; display: block; - padding: 70px 20px 20px; + padding: 20px; overflow-x: hidden; overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ background-color: #f5f5f5;