]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Allow to scroll the nav 14848/head
authorIlya Radchenko <ilya@burstcreations.com>
Wed, 22 Oct 2014 15:56:12 +0000 (11:56 -0400)
committerIlya Radchenko <ilya@burstcreations.com>
Wed, 22 Oct 2014 15:56:12 +0000 (11:56 -0400)
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.

docs/assets/css/src/docs.css

index 0e43d1f55ca661513f402a983510ccbf2f64a9c7..1268c7690098ca86ee2ddd2da6efd1b218fdbeb6 100644 (file)
@@ -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 */