Guild Wars 2 Wiki:Projects/CSS documentation/widgets- monobook
From Guild Wars 2 Wiki
Jump to navigationJump to search
/** Generic widgets - Interactive maps with leaflet plugin **/
/* Overwrite default MW responsive skin rule which has the effect of hiding map tiles at low widths */
@media screen and (max-width: 550px) {
body.skin--responsive .monobook-body .leaflet-container img {
max-width: unset !important;
}
}