/* Mobile: TOC must not create its own scrollport (blocks page scroll). */
@media (max-width: 980px) {
  .art-toc {
    position: static !important;
    max-height: none !important;
    min-height: 0 !important;
    display: block !important;
  }

  .art-toc ol {
    overflow: visible !important;
    overscroll-behavior: auto !important;
    max-height: none !important;
    min-height: 0 !important;
  }

  .art-body .art-figure,
  .art-body p > img,
  .art-body figure img {
    touch-action: pan-y;
  }
}
