aside {
  grid-area: aside;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: var(--space-md);
  height: 100vh;
}
