Template:Graph:Street map with marks/styles.css: Difference between revisions

m 1 revision imported
CleanupBot (talk | contribs)
m Remove protection template from unprotected page
 
Line 1: Line 1:
/* {{pp-template}} */
/* */
/* Prevent overflow behavior in mobile skins. */
/* Prevent overflow behavior in mobile skins. */
@media all and ( max-width: 720px ) {
@media all and ( max-width: 720px ) {

Latest revision as of 19:52, 17 April 2021

/*  */
/* 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;
	}
}

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