diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index 4165671..f90da5e 100644 --- a/docs/_static/css/custom.css +++ b/docs/_static/css/custom.css @@ -1,3 +1,8 @@ .py.class, .py.function, .py.method, .py.property { margin-top: 20px; } + +div.sphinxsidebar { + max-height: 100%; + overflow-y: auto; +}