.katex {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;

    /* Compensate for Katex's use of -2px margin used for squashing formulas so the side scroller does not show up. */
    padding-top: 2px;
    padding-right: 2px;
}

.katex .katex-html,
.katex .base {
    display: inline-block;
    white-space: nowrap;
}
