Skip to content

Commit

Permalink
[Docs] Add scrollbar to side navigation menu when content overflows
Browse files Browse the repository at this point in the history
Co-authored-by: Deb Taylor <[email protected]>
Co-authored-by: Paul Cartee <[email protected]>
Co-authored-by: Benny Fuhry <[email protected]>
Signed-off-by: Dmitrii Kuvaiskii <[email protected]>
Signed-off-by: Deb Taylor <[email protected]>
Signed-off-by: Paul Cartee <[email protected]>
Signed-off-by: Benny Fuhry <[email protected]>
  • Loading branch information
4 people committed May 15, 2023
1 parent 7fc7268 commit 0dfa466
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Documentation/_static/css/gramine.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.rst-content dl:not(.docutils)>dt {
font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace;
}

/* adds scrollbar to sidenav */
.wy-side-scroll {
width: auto;
overflow-y: auto;
}

0 comments on commit 0dfa466

Please sign in to comment.