.grid__item--sticky {
  position: sticky;
  top: 0;
  z-index: 10;
  left: 0;
  background-color: rgb(var(--color-background));
}