Template:Graph:Chart/styles.css

From blackwiki
< Template:Graph:Chart
Revision as of 23:41, 3 March 2019 by imported>Pppery (Adding protection template)
Jump to navigation Jump to search
/* {{pp-template}} */
/* 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;
	}
}