Template:Graph:Chart/styles.css
< Template:Graph:Chart
Jump to navigation
Jump to search
Revision as of 12:43, 17 December 2018 by imported>Great Brightstar
/* 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;
}
}