html {overflow:hidden;height:100%;}
body {
	font-family:나눔고딕,NanumGothic,ng,'맑은 고딕','Malgun Gothic',sans-serif;
	color:#666;
	font-size:12px;
	-webkit-text-size-adjust:none;
	position:relative;
	overflow-y:scroll;
	height:100%;
	-webkit-overflow-scrolling:touch;
}

'PROGRAM > CSS' 카테고리의 다른 글

아이폰 버튼 클릭시 깜빡 거리는 현상 제거  (0) 2017.03.02
only safari css hack  (0) 2015.10.19
CSS 애니메이션  (0) 2015.03.18
웹폰트 생성 사이트  (0) 2014.06.20
ie7,8 html5, css3 지원  (0) 2014.04.11