Skip to content

Commit c5c6d0c

Browse files
authored
Merge pull request #1201 from noobie7/master
Remove vertical scrollbar from math latex elements
2 parents 2d5a8ea + b02b025 commit c5c6d0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/stylesheets/extra.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,7 @@ body[dir=rtl] .metadata.page-metadata .contributors-text{
5151
.mjx-copytext {
5252
font-size: 0;
5353
}
54+
55+
.arithmatex{
56+
overflow-y: hidden !important;
57+
}

0 commit comments

Comments
 (0)