Template:Graph:Chart/styles.css: Difference between revisions

>Great Brightstar
Improve for the loading behavior
 
CleanupBot (talk | contribs)
m top: robot: remove incorrect protection templates
 
(One intermediate revision by one other user not shown)
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 16:34, 29 January 2022

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