Website: Add a scrollbar to the sidebar if needed

This commit is contained in:
Kovid Goyal 2019-11-04 18:05:08 +05:30
parent 7a02d09508
commit fae57a5868
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -78,6 +78,8 @@ body div.document {
div.sphinxsidebar { div.sphinxsidebar {
font-size: inherit; font-size: inherit;
line-height: inherit; line-height: inherit;
max-height: 100%;
overflow-y: auto;
} }
#sidebartoc li { #sidebartoc li {