原因1:

html,body{
  height: 100%;
}

删除上述代码即可。

 

 

其他原因:

*{
  -webkit-overflow-scrolling: touch;
}

增加上述代码。

相关文章: