From fb70b13dc30dc94c610ae8bc3f98f07336694362 Mon Sep 17 00:00:00 2001 From: Ilya Radchenko Date: Wed, 22 Oct 2014 11:56:12 -0400 Subject: 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. --- docs/assets/css/src/docs.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/assets') 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 */ -- cgit v1.2.3