且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

禁用Chrome的两指向后/向前滑动

更新时间:2022-05-13 07:09:11

经过很长时间,我发现了这一点:

After way too long, I discovered this:

html, body {
  overscroll-behavior-x: none;
}