Skip to content

Commit 59624e6

Browse files
committed
Fix toc
Fix the toc CSS so that the scrollbar appears.
1 parent 1f57b4e commit 59624e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/css/toc.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ body.toc-left #doc {
6666
#toc.fixed-toc {
6767
position: fixed;
6868
top: 0;
69+
overflow-x: scroll;
70+
height: 100%
6971
}
7072

7173
#toc li.active > a {

0 commit comments

Comments
 (0)