CSS Sticky is Weird
I've fixed that issue: if the parent is "flex", then align-self: start;
must be applied.
And of course, top: 0px;
as well.
I've fixed that issue: if the parent is "flex", then align-self: start;
must be applied.
And of course, top: 0px;
as well.