/* Keep native scrolling; disallow page zoom on each document, including the iframe. */
html.mobile-no-zoom,
html.mobile-no-zoom body {
    /* Older Safari supports manipulation (no double-tap); JS guards pinch gestures. */
    touch-action: manipulation;
    touch-action: pan-x pan-y;
}
