Fix #363 - Docs: make the fixed menu on the left scrollable
authorRoberto Dip <dip.jesusr@gmail.com>
Sat, 9 Aug 2014 23:40:18 +0000 (20:40 -0300)
committerspf13 <steve.francia@gmail.com>
Sun, 10 Aug 2014 03:21:33 +0000 (23:21 -0400)
docs/static/css/style.css

index f32af063b8ac1b05e52ea752876e72e2459a9777..792d53cf3577b167cba0fa1b9e65a4ec1e9669ec 100755 (executable)
@@ -354,10 +354,11 @@ table tr th { color: #007AFF;}
 /*sidebar navigation*/\r
 \r
 #sidebar {\r
-    width: 180px;\r
+    width: 190px;\r
     height: 100%;\r
     position: fixed;\r
     background: #ffffff;\r
+    overflow-y: auto;\r
 }\r
 \r
 .nav-collapse.collapse {\r