Why doesn't sticky position work?

I have a sticky position of 45vh for a container (and stack of texts). And 55vh for the images.

When it scrolls down to number 1, 2, 3, it doesn’t stay at 45vh offset.

I used to remake the whole page to fix the issue, but would there be a more intuitive bug fix from the team?

Please tell me if I miss something.

TIA,

Eric.

Hi Eric,

There’s a known bug that might be related to what you describe. I suggest you try to see if this flow fixes the issue:
In the problematic breakpoint, set the elements’ scroll behavior back to None. then set it back to Sticky, and enter the value you wish.
That might solve it.
If not, please share a link to your site and also the page in which this occurs, and we can try and have a look and assist.

Thanks