/* Keep the document as the only vertical scrolling context. */
html {
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  min-height: 100%;
  height: auto;
  overflow: visible;
}
