.layout-header-footer {
  display: grid;
  grid-template-rows: auto 1fr auto;
  max-height: 80vh;
}

.layout-header-footer [data-grid-area="main"] {
  overflow-y: auto;
  max-height: 100%;
}