Community forum for knowledge and support

Updated 2 months ago

Troubleshooting Section Layout Issues with the Last Card

At a glance

The community member is using a component that they find great, but they are experiencing an issue where the last card is scrolling beyond the section. The comments suggest that the issue may be related to the image or the text blocks, and a community member provides a published URL to help troubleshoot the issue. Another community member identifies the solution as adding overflow clip to the content wrapper, which resolves the issue without the unintended consequences of using overflow: hidden.

Useful resources

hello, I am using this component (great one!) but I have issues that the last card is scrolling beyond the section… am i doing something wrong? read only link

Attachment
CleanShot 2025-04-04 at 08.14.47.gif
1
C
E
M
12 comments

Yeah looks like we might want the image to be cover rather than contain.

I also had this issue .. commenting to get the answer

oh wait I’m seeing the gif now

first: thanks for taking the time 🙏

I think its not the image

very strange - I am not seeing that issue in your preview

but the text blocks

is it a published issue? do you have the published URL?

okay thanks for flagging this @Matt Kerres - I’ll tag this into a bug for the team because I was able to reproduce it with a fresh paste of the component.

The solution is to add overflow clip to the content wrapper.

cc @Emily Marais

Attachment
image.png

aaah was trying with overflow, but did not know the clip functionality… thanks so much

yeah overflow: hidden will actually break things for you so I would avoid using that when possible. Clip does the same thing as hidden, without the unintended consequences of breaking sticky

Add a reply
Sign up and join the conversation on Slack