Skip to content

Commit 784338c

Browse files
authored
Merge pull request #1671 from dpvc/issue1664
Fix problem with ex-height detection in some instances. #1664.
2 parents 773c2d4 + 25fccde commit 784338c

File tree

1 file changed

+2
-1
lines changed
  • unpacked/jax/output/CommonHTML

1 file changed

+2
-1
lines changed

unpacked/jax/output/CommonHTML/jax.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@
179179
height: "1px"
180180
},
181181
".mjx-ex-box-test": {
182-
position: "absolute",
182+
position: "absolute",
183+
overflow: "hidden",
183184
width:"1px", height:"60ex"
184185
},
185186
".mjx-line-box-test": {display: "table!important"},

0 commit comments

Comments
 (0)