/* Restrict gestures at the viewport and nested scrolling surfaces. */
html.app-fixed-viewport,
.app-fixed-viewport body,
.app-fixed-viewport .app-section,
.app-fixed-viewport .gallery-media-scroll,
.app-fixed-viewport .dialog-overlay,
.app-fixed-viewport .think-history-list {
  touch-action: pan-x pan-y;
}

/* Small input text causes focus zoom in iOS, independently of pinch gestures. */
@media (pointer: coarse) {
  html input, html textarea, html select {
    font-size: 16px !important;
  }
}
