Difference between revisions of "Template:Graph:Chart/styles.css"
Jump to navigation
Jump to search
imported>Great Brightstar m (Canceling min-width properties) |
imported>Great Brightstar m |
||
| Line 3: | Line 3: | ||
min-width: auto !important; | min-width: auto !important; | ||
max-width: 100%; | max-width: 100%; | ||
| − | overflow: auto; | + | overflow-x: auto; |
| + | overflow-y: visible; | ||
} | } | ||
Revision as of 14:00, 13 December 2018
/* Prevent overflow behavior in mobile skins. */
body.skin-minerva div.mw-graph {
min-width: auto !important;
max-width: 100%;
overflow-x: auto;
overflow-y: visible;
}