/* Disable browser scroll-to-navigate back/forward on trackpad swipe (Flutter web). */
html,
body {
  overscroll-behavior-x: none;
}