10 lines
180 B
SCSS
10 lines
180 B
SCSS
@if $math_mathjax_enable {
|
|
mjx-container[jax='CHTML'][display='true'], .has-jax {
|
|
overflow: auto hidden;
|
|
}
|
|
|
|
mjx-container[display='true'] + br {
|
|
display: none;
|
|
}
|
|
}
|