Template:Map with marks/styles.css

From wikiNonStop
Revision as of 13:15, 21 September 2022 by en>MSGJ (MSGJ moved page Template:Graph:Street map with marks/styles.css to Template:Map with marks/styles.css without leaving a redirect: simplify name)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* {{pp-template}} */
/* Prevent overflow behavior in mobile skins. */
@media all and ( max-width: 720px ) {
	body.skin-minerva div.mw-graph {
		min-width: 100% !important;
		max-width: 100%;
		overflow-x: auto;
		overflow-y: visible;
	}
}

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