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