ios下元素溢出设置 overflow:auto; 不能滑动解决办法

 

  overflow:auto;
  overflow-y:scroll;
  -webkit-overflow-scrolling:touch;
  height:200px;

相关文章: