Using overscroll-behavior-x
CSS property can disable this:
css
html,
body {
overscroll-behavior-x: none;
}
See:
Disable Chrome two fingers back/forward swipe - Stack Overflow
更新于 写于 JS
Using overscroll-behavior-x
CSS property can disable this:
html,
body {
overscroll-behavior-x: none;
}
See:
Disable Chrome two fingers back/forward swipe - Stack Overflow