Skip to content

Commit eabcc46

Browse files
Add scrolling to documentation sidebar (#610)
1 parent b418af4 commit eabcc46

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/_static/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
div.sphinxsidebar {
2+
max-height: calc(100% - 30px);
3+
overflow-y: auto;
4+
overflow-x: hidden;
5+
}

0 commit comments

Comments
 (0)