mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02:00
Fix #363 - Docs: make the fixed menu on the left scrollable
This commit is contained in:
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 {
|
||||
|
Reference in New Issue
Block a user