【css】Mac双指下滑页面的时候页面出现跳动橡皮筋的效果

13 阅读1分钟
html{
  height: 100vh;
  overflow: hidden;
}

只需要对html添加hidden就可以了

image.png