docs: fix scrollbars in sidebars

This commit is contained in:
bastimeyer 2024-02-12 13:47:24 +01:00 committed by Sebastian Meyer
parent eb901bbc9e
commit 6cb3c023ab
1 changed files with 4 additions and 0 deletions

View File

@ -109,6 +109,10 @@ a[href^="https://"]:not(.no-external-link-icon):not(.muted-link):not(.sd-badge):
Sidebar/Menubar and related
*/
.sidebar-scroll, .toc-scroll {
overflow: hidden auto;
}
.toc-scroll:not(:hover) {
scrollbar-color: transparent !important;
}