From: Roberto Dip Date: Sat, 9 Aug 2014 23:40:18 +0000 (-0300) Subject: Fix #363 - Docs: make the fixed menu on the left scrollable X-Git-Tag: v0.12~66 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b3130b52f34af7e7f8222fb0e2efd91571e4e56b;p=brevno-suite%2Fhugo Fix #363 - Docs: make the fixed menu on the left scrollable --- diff --git a/docs/static/css/style.css b/docs/static/css/style.css index f32af063..792d53cf 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 {