Overlapping sections not working on tablet and below

Hi all,

currently working on my new website. I have setup desktop with overlapping sections with position sticky. All working perfect on desktop but overlapping function not working on tablet and below. Anyone any idea why?

https://preview.webflow.com/preview/north-fifty-1-0?utm_medium=preview_link&utm_source=designer&utm_content=north-fifty-1-0&preview=f1d0c14f2e0187f3a2b1dea840ea5d91&workflow=preview

Hi, Michiel

I’ve had a look at the breakpoints and I’ve seen that in the tablet breakpoint, the page-wrapper element has overflow:hidden.
Changing it to overflow:visible should resolve the problem.

Try it and let me know if it works for you (and doesn’t break something else along the way :sweat_smile:).

HI @JorgeCarcedo. Such a simple solution. Totally overlooked this. Thanks so much

1 Like

Glad it worked out! Thanks for letting me know.