Cling To My Scroller
holding position relative to my scroll container
.section-heading {
position: sticky;
inset-block-start: 0;
background: var(--surface-1);
} holding position relative to my scroll container
.section-heading {
position: sticky;
inset-block-start: 0;
background: var(--surface-1);
}