mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +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 navigation*/
|
||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
width: 180px;
|
width: 190px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-collapse.collapse {
|
.nav-collapse.collapse {
|
||||||
|
Reference in New Issue
Block a user