/* RuPW v3.0 — global document scrolling fix. */
html {
  height: auto !important;
  min-height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}
body {
  height: auto !important;
  min-height: 100vh !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
}
.site {
  height: auto !important;
  min-height: 100vh !important;
  overflow: visible !important;
}
main,
.page-wrap,
.updates-archive,
.rupw-top-page {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}
.single,
.archive-update-row,
.ranking-main,
.rank-classes,
.podium-card,
.update-row,
.panel,
.live-status {
  max-height: none !important;
}
@media (max-width:700px) {
  html { overflow-y: scroll !important; }
  body { overflow-y: visible !important; }
}
