Overflow of Section into Footer

Hello - I am trying to eliminate overflow of a section into the footer when in mobile view below. This is not a problem in when in desktop view mode. Rather than add an enormous amount of margin space, is there a default setting that will automatically eliminate any overflow?

Thanks.

This looks like you have fixed heights defined on some sections or elements. So it’s not about masking overflows, it’s about letting elements expand to show their content entirely. Here most likely what happens is a block finishes at a point because told to by a height value, and content continues, overlapping content underneath.

Pass those elements to height auto, they’ll automatically grow and push down other content and footer.

That did it. Thank you very much, Vincent.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.