diff --git a/docs/_static/styles/custom.css b/docs/_static/styles/custom.css index 4c74ceed..d66f5692 100644 --- a/docs/_static/styles/custom.css +++ b/docs/_static/styles/custom.css @@ -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; }