/* Disable horizontal overscroll to stop back/forward swipe */
html, body {
  overscroll-behavior-x: none;
}