Skip to content

Commit c7b91a2

Browse files
Update styles.css
Change overflow style from scroll to visible to avoid the scrollbar obscuring the API docs on Windows.
1 parent c7e3cfe commit c7b91a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ li a {
2424

2525
dt {
2626
height: 32px;
27-
overflow-x: scroll;
27+
overflow-x: visible;
2828
margin-left: -4px;
2929
}
3030

0 commit comments

Comments
 (0)