Template:Graph:Chart/styles.css

From The League Wiki
< Template:Graph:Chart
Revision as of 22:06, 17 January 2022 by Tirol (talk | contribs) (Created page with "→‎{{pp-template}}: →‎Prevent overflow behavior in mobile skins.: @media all and ( max-width: 720px ) { body.skin-minerva .mw-graph { min-width: 100% !important; max...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* {{pp-template}} */
/* Prevent overflow behavior in mobile skins. */
@media all and ( max-width: 720px ) {
	body.skin-minerva .mw-graph {
		min-width: 100% !important;
		max-width: 100%;
		overflow-x: auto;
		overflow-y: visible;
	}
}

.mw-graph-img {
	width: inherit;
	height: inherit;
}