mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Fix #363 - Docs: make the fixed menu on the left scrollable
This commit is contained in:
parent
1778f28c87
commit
b3130b52f3
1 changed files with 2 additions and 1 deletions
3
docs/static/css/style.css
vendored
3
docs/static/css/style.css
vendored
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue