html, body {
  height: auto;
  min-height: 100%;
  overflow-y: auto;
}
.app,
.main,
.content,
.wrapper {
  height: auto !important;
  min-height: 100vh;
  overflow-y: auto;
}