xref: /plugin/combo/resources/theme/default/components/css/math.css (revision 04fd306c7c155fa133ebb3669986875d65988276)
1/**
2	MathJax becomes mobile and will not overflow
3**/
4.MJXc-display, .mjx-chtml {
5    overflow-y: hidden;
6    max-width: 100%;
7    overflow-x: auto;
8}
9