Skip Navigation

CSS: default height on body element issue

If I have padding on the body, it doesn't do much. Because there's height:100% on the body by default, which is actually incorrect and causes this issue for reasons. As seen here: https://perchance.org/o0demyuvpj#edit Whereas without any default styles the padding would work as expected.

It should be max-height:100% instead, which would not have the problem. Could I request that be changed?

3