google浏览器滑动出现以下问题:
解决办法如下:在html元素下添加样式 touch-action: none;
html
touch-action: none;
html{ touch-action:none; }