Template:Graph:Chart/styles.css

From blackwiki
< Template:Graph:Chart
Revision as of 14:00, 13 December 2018 by imported>Great Brightstar
Jump to navigation Jump to search
/* Prevent overflow behavior in mobile skins. */
body.skin-minerva div.mw-graph {
	min-width: auto !important;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: visible;
}