Hi there,
I'm working on a Webflow project that did not initially include the Relume style guide. I manually created a style guide page and imported the necessary Relume components. However, components like layout415
are not functioning as expected — it is supposed to stick to the top of the viewport, but it's scrolling past instead.
To troubleshoot, I created a separate Webflow project by cloning the official Relume style guide and copied the same components from the first project. In this new environment, everything works perfectly, including the sticky behavior.
Here are the read-only links for reference:
@Mohaimin would maybe need the published URL of the broken version to inspect the code more closely. The biggest thing that kills position sticky is having overflow hidden enabled somewhere in the cascaded elements (parent elements). I do see overflow hidden is being applied somehow/someway to the page-wrapper which could be the issue.
Hi @Matt,
Thank you for getting back to me. Since it’s an ongoing project, I had to redesign the problematic sections to keep things moving. If I run into anything similar, I’ll definitely reach out. Appreciate your help!