Skip to content
Snippets Groups Projects

Fixing floating inline math mode

Merged Maciej Topyla requested to merge enablingsearch into master
1 file
+ 4
3
Compare changes
  • Side-by-side
  • Inline
.mjx-html {
overflow-x: auto; /* Horizontally scroll long equations. */
mjx-container {
display: block;
overflow-x: auto;
overflow-y: hidden;
max-width: 100%;
}
Loading