mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 08:24:42 -04:00
Fix #363 - Docs: make the fixed menu on the left scrollable
This commit is contained in:
parent
5f4e731a7a
commit
d33d21930f
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user