This is the CSS for sticky.

Sticky.scss
.sticky {
position: sticky;
top: 0;
z-index: var(--z-index, 15);
:where([class*='grid'] > &) {
align-self: start;
}
}