Div outside of footer container

Hi everyone,

I am trying to figure out why the reset button at the end of this page is jumping outside of the (lighter blue) footer area.

I know there are a lot of divs, but it comes directly after the submit button, (which is in the correct place). This is why it’s confusing me, as it’s just an extra div container, still within the footer…

It is overflowing the footer element which you have given a fixed height of 100px.

Use min-height instead or avoid setting a height and let the content always dictate the height of the container (it will grow and shrink as needed).

1 Like

great. many thanks again

1 Like

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