touch-action阻止整页滑动

html {
  overflow: hidden;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }html

相关文章
相关标签/搜索