Skip to content

Commit

Permalink
SCSS: adding scrollbar to side navigation (TOC)
Browse files Browse the repository at this point in the history
Fix #936.
  • Loading branch information
gusthoff committed Oct 20, 2023
1 parent 2a873f4 commit 3ff23de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/styles/learn.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3ff23de

Please sign in to comment.