/* Prevent the browser pull-to-refresh gesture without disabling normal page scroll. */
html,
body {
  overscroll-behavior-y: none;
}
