Template:Graph:Chart/styles.css
< Template:Graph:Chart
Jump to navigation
Jump to search
Revision as of 18:58, 14 April 2020 by imported>Dtester10
/* {{pp-template}} */
/* Prevent overflow behavior in mobile skins and mobile apps (#pcs for the Page Content Service). */
@media all and ( max-width: 720px ) {
body.skin-minerva div.mw-graph,
#pcs div.mw-graph {
min-width: auto !important;
max-width: 100%;
overflow-x: auto;
overflow-y: visible;
}
}
.mw-graph-img {
width: inherit;
height: inherit;
}