diff --git a/frontend/src/styles/learn.scss b/frontend/src/styles/learn.scss index 3004552bb..29953d754 100644 --- a/frontend/src/styles/learn.scss +++ b/frontend/src/styles/learn.scss @@ -24,6 +24,12 @@ a { } } +// Add scrollbar to TOC (side navigation) +.wy-side-scroll { + width: auto; + overflow-y: auto; +} + .wy-side-nav-search { background-color: $color-theme-bg-dark; a {