Template:Graph:Chart/styles.css
From HandWiki
< Template:Graph:Chart
Revision as of 17:12, 5 March 2020 by imported>Jworkorg (1 revision imported)
/* {{pp-template}} */ /* 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; }