From: Ilya Radchenko Date: Wed, 22 Oct 2014 15:56:12 +0000 (-0400) Subject: Allow to scroll the nav X-Git-Tag: v3.3.0~60^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14848%2Fhead;p=thirdparty%2Fbootstrap.git Allow to scroll the nav Basically it's impossible to use the navigation if it's expanded. This will allow it to be scrollable so that the menus are accessable. --- diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index 0e43d1f55c..1268c76900 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -638,6 +638,8 @@ body { .bs-docs-sidebar.affix { position: fixed; /* Undo the static from mobile first approach */ top: 20px; + bottom: 0; + overflow-y: auto; } .bs-docs-sidebar.affix-bottom { position: absolute; /* Undo the static from mobile first approach */