- 웹키트-overflow-scrolling, 모바일 iOS 스크롤 끊김 현상 해결
605 단어 Css3
-webkit-overflow-scrolling: touch; //
-webkit-overflow-scrolling: auto; //
롤백 효과를 실현하는 페이지 레이아웃(실전)
//
.containBox{
width: 100%;
position: absolute;
top: 50px;
left: 0;
right: 0;
bottom: 50px;
overflow-x: hidden;
/*overflow-y:auto;// , */
-webkit-overflow-scrolling: touch;
}
전재 주소:https://blog.csdn.net/qq_39635302/article/details/79477596