hugo-theme-next/assets/css/_common/components/third-party/math.scss
2022-05-21 17:47:26 +08:00

10 lines
194 B
SCSS

@if hexo-config('math.mathjax.enable') {
mjx-container[jax='CHTML'][display='true'], .has-jax {
overflow: auto hidden;
}
mjx-container[display='true'] + br {
display: none;
}
}