1. 程式人生 > >iphone滾動不流暢

iphone滾動不流暢

htm, body {
height: 100%;
overflow: visible;
}


div {
height: auto;
}


或者
div {
height: 100%;
-webkit-overflow-scrolling: touch;
}