Logo scroll overflow not hidden

Using the infinite scroll component on this website, the horizontal overflow works as expected in the designer, but when published, the overflow is not clipped. I’ve tried clipping and/or hiding overflows for each cascading div, but nothing works.

Any idea? Thanks in advance!


Here is my site Read-Only: (Webflow - Another one)

Hi Sandon

It seems like the logo slider is absolute but doesn’t have anything to be relative to.

Give .uui-section_logos position: relative and overflow: hidden. This should solve the issue!

1 Like

Thank you so much, Rory!