I'll add that if you want `position: sticky;` behavior for elements _inside_ either column in a two-column Grid, then you'll actually want to leave the default `align-items: stretch;` behavior alone.
https://css-tricks.com/using-position-sticky-with-css-grid/