html,
body,
.main-content {
  height: 100%;
  overflow: hidden;
}

.main-content {
  display: flex;
  flex-direction: column;
}

.main-content .container {
  flex-grow: 1;
  overflow: auto;
}
