Difference between revisions of "Template:Graph:Chart/styles.css"
Jump to navigation
Jump to search
imported>Great Brightstar (Add exception for larger screen) |
imported>Great Brightstar m |
||
| Line 4: | Line 4: | ||
min-width: auto !important; | min-width: auto !important; | ||
max-width: 100%; | max-width: 100%; | ||
| − | overflow | + | overflow: auto; |
| − | |||
} | } | ||
} | } | ||
Revision as of 12:43, 17 December 2018
/* Prevent overflow behavior in mobile skins. */
@media all and ( min-width: 720px ) {
body.skin-minerva div.mw-graph {
min-width: auto !important;
max-width: 100%;
overflow: auto;
}
}