The top answer from: Disable Chrome two fingers back/forward swipe worked for me. In your CSS file:
html {
overscroll-behavior-x: none;
}
body {
overscroll-behavior-x: none;
}
The top answer from: Disable Chrome two fingers back/forward swipe worked for me. In your CSS file:
html {
overscroll-behavior-x: none;
}
body {
overscroll-behavior-x: none;
}