:Graph:Chart/styles.css

모니터링 (토론 | 기여)님의 2022년 4월 7일 (목) 21:19 판 (새 문서: →‎{{pp-template}}: →‎Prevent overflow behavior in mobile skins.: @media all and ( max-width: 720px ) { body.skin-minerva .mw-graph { min-width: 100% !important; max-width:...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
/* {{pp-template}} */
/* Prevent overflow behavior in mobile skins. */
@media all and ( max-width: 720px ) {
	body.skin-minerva .mw-graph {
		min-width: 100% !important;
		max-width: 100%;
		overflow-x: auto;
		overflow-y: visible;
	}
}

.mw-graph-img {
	width: inherit;
	height: inherit;
}