From b3130b52f34af7e7f8222fb0e2efd91571e4e56b Mon Sep 17 00:00:00 2001 From: Roberto Dip Date: Sat, 9 Aug 2014 20:40:18 -0300 Subject: [PATCH] Fix #363 - Docs: make the fixed menu on the left scrollable --- docs/static/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/static/css/style.css b/docs/static/css/style.css index f32af063b..792d53cf3 100755 --- a/docs/static/css/style.css +++ b/docs/static/css/style.css @@ -354,10 +354,11 @@ table tr th { color: #007AFF;} /*sidebar navigation*/ #sidebar { - width: 180px; + width: 190px; height: 100%; position: fixed; background: #ffffff; + overflow-y: auto; } .nav-collapse.collapse {