MOBILE-3895 mathjax: Add overflow to block equations

main
Dani Palou 2021-12-22 12:38:24 +01:00
parent 9f99b78ccf
commit 25927afc0d
1 changed files with 7 additions and 1 deletions

View File

@ -211,6 +211,12 @@ core-format-text {
.core-format-text-content .filter_mathjaxloader_equation .MathJax_Preview a { .core-format-text-content .filter_mathjaxloader_equation .MathJax_Preview a {
pointer-events: none; pointer-events: none;
} }
.MathJax_SVG_Display {
overflow-x: auto;
margin: 0;
padding: 10px 0;
}
} }
@keyframes loading { @keyframes loading {