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?
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?
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 ).
HI @JorgeCarcedo. Such a simple solution. Totally overlooked this. Thanks so much
Glad it worked out! Thanks for letting me know.