/* Horizontal scrolling for long math equations */

.katex-display,
.math.display {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    display: block;
}