我最近访问了一个 Ipad 存在问题的网站,它似乎只能用 2 根手指而不是一根手指垂直滚动,有没有办法禁用它并让它正常工作,我不确定要包括什么,但是这是我的CSS...
#page {
margin :0 auto;
width: 1003px;
-webkit-overflow-scrolling: touch;
}
html[style] {
height: auto !important;
position: relative !important;
overflow: visible !important;
-webkit-overflow-scrolling: touch;
}
body[style] {
height:auto !important;
min-height: 0px !important;
position: relative !important;
overflow: visible !important;
-webkit-overflow-scrolling: touch;
}