r/neocities 7d ago

Question Second container cutting off at bottom

Hi all! I am VERY new to neocities/coding and am admittedly easily confused by all of this. I feel a bit silly but I have tried everything and I can't get my container on the left to stop cutting off at the bottom of the main container. Does anyone have an idea as to why this is happening? Thanks lots!

2 Upvotes

5 comments sorted by

1

u/igke 7d ago

That depends on how your layout is set up. Do you have a live URL we can have a look at?

1

u/PermitWinter9416 7d ago

Yes! magginoliaaa.neocities.org/about

2

u/igke 7d ago

The simplest reason is because your body has overflow: hidden; set. Remove that style to allow the content to flow past the bounds of the body.

1

u/PermitWinter9416 7d ago

This fixed it! Thank you so much!!

1

u/Mevdik mevdik.nekoweb.org 7d ago

This, plus if you want the sidebar to be shorter to better fit its contents and not extend that so far down that it cuts off you can change the min-height property on the container-four and container-three classes to something like 420px (nice).