Skip to content

Commit cb76efb

Browse files
committed
Hide horizontal scroolbar in navigation pane
Fixes gh-48
1 parent b0f5635 commit cb76efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/css/toc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ body.toc-left #doc {
6666
body.fixed-toc #toc {
6767
position: fixed;
6868
top: 0;
69-
overflow-x: scroll;
69+
overflow-x: hidden;
7070
height: 100%;
7171
}
7272

0 commit comments

Comments
 (0)