Skip to content

Commit 8a85fa6

Browse files
suhdonghwirossberg
authored andcommitted
[spec] Show scrolls for overflow math blocks (WebAssembly#1594)
1 parent 0e4b4c6 commit 8a85fa6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

document/core/static/custom.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ div.admonition p.admonition-title {
4444
div.math {
4545
background-color: #F0F0F0;
4646
padding: 3px 0 3px 0;
47+
overflow-x: auto;
48+
overflow-y: hidden;
4749
}
4850

4951
div.relations {

0 commit comments

Comments
 (0)