I have same problem, and i found the answer here.
If your element isn't sticking as expected the first thing to check are the rules applied to the container.
Specifically, look for any overflow property set on any parents of the element. You can't use: overflow: hidden
, overflow: scroll
or overflow: auto
on the parent of a position: sticky
element.