Anonymous

MediaWiki:Common.css: Difference between revisions

From Melvor Idle
Amend math CSS in an attempt to fix very short formulas sometimes having scrollbars on Chromium based browsers
(Dark mode: Style JSON content model pages)
(Amend math CSS in an attempt to fix very short formulas sometimes having scrollbars on Chromium based browsers)
Line 38: Line 38:


/* Prevent math formulas from overflowing the width of the page */
/* Prevent math formulas from overflowing the width of the page */
mjx-container {
mjx-math {
   display: inline-grid;
   display: inline-grid !important;
   overflow-x: auto;
   overflow-x: auto;
   overflow-y: hidden;
   overflow-y: hidden;