Hi guys,
I’ve build a stacking card design with the position sticky. It’s working perfectly but on mobile it’s not working at all.
Anyone that can help me with this?
Here is my site Read-Only: Webflow - Studio Atlas 2.0
Hi guys,
I’ve build a stacking card design with the position sticky. It’s working perfectly but on mobile it’s not working at all.
Anyone that can help me with this?
Here is my site Read-Only: Webflow - Studio Atlas 2.0
Hi there,
When working with position sticky on mobile devices, several factors can affect its behavior. Here are the common issues to check:
You can learn more about overflow settings in our University article, and review our documentation on flex and grid layouts for alignment best practices.
Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.
Hi @Miel_Pannecoucke
You need to work with .section.2 and made overflow: visible
Make sure the parent element has a defined height, as that can affect how sticky works. Also, check if any CSS properties like overflow
are interfering. If you’re still having issues, consider using a JavaScript solution for better control.