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

This commit is contained in:
Roberto Dip 2014-08-09 20:40:18 -03:00 committed by spf13
parent 1778f28c87
commit b3130b52f3

View file

@ -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 {