Open main menu

EUSwiki β

Template:Graph:Chart/styles.css

< Template:Graph:Chart
Revision as of 05:57, 8 January 2019 by Malcolmmcc (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* Prevent overflow behavior in mobile skins. */
@media all and ( max-width: 720px ) {
	body.skin-minerva div.mw-graph {
		min-width: auto !important;
		max-width: 100%;
		overflow-x: auto;
		overflow-y: visible;
	}
}