css -> overflow:auto 中的scroll在 苹果手机safari 滚动不流畅问题

给CSS 加上如下样式

-webkit-overflow-scrolling: touch; 
 
overflow-x: scroll;

相关推荐