/* Public pages + global scroll safety */
html, body {
  min-height: 100%;
  height: auto !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
body { -webkit-overflow-scrolling: touch; }
main { min-height: 0 !important; }
