틀:Graph:Chart/styles.css: 두 판 사이의 차이

(새 문서: →‎{{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:...)
 
편집 요약 없음
 
1번째 줄: 1번째 줄:
/* {{pp-template}} */
/* Prevent overflow behavior in mobile skins. */
/* Prevent overflow behavior in mobile skins. */
@media all and ( max-width: 720px ) {
body.skin-minerva div.mw-graph {
body.skin-minerva .mw-graph {
min-width: auto !important;
min-width: 100% !important;
max-width: 100%;
max-width: 100%;
overflow: auto;
overflow-x: auto;
overflow-y: visible;
}
}
 
.mw-graph-img {
width: inherit;
height: inherit;
}
}

2024년 4월 24일 (수) 16:47 기준 최신판

/* Prevent overflow behavior in mobile skins. */
body.skin-minerva div.mw-graph {
	min-width: auto !important;
	max-width: 100%;
	overflow: auto;
}