.root {
  display: grid;
  grid-template-rows: min-content 1fr;
  overflow: auto;
}
