html,
body {
  height: auto !important;
  min-height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body {
  position: static !important;
}

#root,
.app-layout,
.semi-layout,
.semi-layout-content {
  height: auto !important;
  min-height: 100vh !important;
  overflow: visible !important;
}

.docs-shell {
  overflow-x: hidden !important;
  overflow-y: visible !important;
  min-height: calc(100vh - 64px) !important;
}

.docs-page,
.docs-layout,
.docs-article-panel {
  overflow: visible !important;
}
