html,
body {
    /* This prevents the "swipe to go back/forward" gesture in Chrome/Edge */
    overscroll-behavior-x: none;
}