shithub: hugo

Download patch

ref: b3130b52f34af7e7f8222fb0e2efd91571e4e56b
parent: 1778f28c8790255a300316010ff31516ac37b573
author: Roberto Dip <[email protected]>
date: Sat Aug 9 16:40:18 EDT 2014

Fix #363 - Docs: make the fixed menu on the left scrollable

--- a/docs/static/css/style.css
+++ b/docs/static/css/style.css
@@ -354,10 +354,11 @@
 /*sidebar navigation*/
 
 #sidebar {
-    width: 180px;
+    width: 190px;
     height: 100%;
     position: fixed;
     background: #ffffff;
+    overflow-y: auto;
 }
 
 .nav-collapse.collapse {