Skip to content

Commit

Permalink
make TOC vertically scrolled on overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorino committed Feb 22, 2024
1 parent 1384d14 commit 1df3d32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rakelib/yard/templates/default/fulldoc/html/css/wxruby3.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,8 @@ div.wxrb-logo table td {

#toc {
position: fixed;
overflow-y: scroll;
overflow-x: hidden;
top: 1em;
bottom: 0;
}

0 comments on commit 1df3d32

Please sign in to comment.