From: Mark Otto Date: Fri, 24 Oct 2014 20:26:05 +0000 (-0700) Subject: 20px from bottom because the final frontier X-Git-Tag: v3.3.0~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79b38361ab0bb1140a2df5ad02cf3bb4ed32a532;p=thirdparty%2Fbootstrap.git 20px from bottom because the final frontier --- diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index 1268c76900..377005b1ce 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -638,7 +638,7 @@ body { .bs-docs-sidebar.affix { position: fixed; /* Undo the static from mobile first approach */ top: 20px; - bottom: 0; + bottom: 20px; overflow-y: auto; } .bs-docs-sidebar.affix-bottom {