Add scrollbar to documentation's left sidebar

This commit is contained in:
Miguel Grinberg
2023-01-13 10:27:30 +00:00
parent 8139498023
commit 2aa90d4245

View File

@@ -1,3 +1,8 @@
.py.class, .py.function, .py.method, .py.property {
margin-top: 20px;
}
div.sphinxsidebar {
max-height: 100%;
overflow-y: auto;
}