/* Keep the document as the vertical scroller; never use a viewport shell. */
html {
  height: auto;
  min-height: 100%;
  overflow: visible;
  scroll-behavior: auto;
  overscroll-behavior-y: auto;
  touch-action: auto;
}
body, #main-content {
  height: auto;
  max-height: none;
  overflow: visible;
  overscroll-behavior-y: auto;
  touch-action: auto;
}
/* Horizontal lists/tables and explicitly bounded rosters retain local scrolling.
   Vertical gestures may chain back to the document when their edge is reached. */
:is(.table-scroll,.history-table-scroll,.record-table-wrap,.vote-table-wrap,
.live-roster-table-wrap,.roster-table-wrap,.league-hero__helmets,
.franchise-jump-nav>.wrap,.site-nav) { overscroll-behavior-y: auto; }
