/* The phone watchlist has one vertical scroller: the document itself. */
@media (max-width: 920px) {
  #watchlistTableWrap,
  #watchlistTableWrap.is-table-focus {
    position: relative !important;
    inset: auto !important;
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    margin: 0 !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    overscroll-behavior-x: none;
    overscroll-behavior-y: auto;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
  }

  #watchlistTableWrap.is-table-focus .watchlist-fullscreen-return-hint {
    display: none !important;
  }
}
