Skip to content

Commit 712cad4

Browse files
committed
MNT make the website left menu scrollable
1 parent 5d1d44d commit 712cad4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

doc/static/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@
1212
.sphx-glr-thumbcontainer a.internal {
1313
padding: 150px 10px 0 !important; /*default = 150px 10px 0 */
1414
}
15+
div.sphinxsidebar {
16+
max-height: 100%;
17+
overflow-y: auto;
18+
}

0 commit comments

Comments
 (0)