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?
You must log in or register to comment.
Thanks! IIRC this was a backwards-compat thing for the
#output-container
div removal, but I’ve just tested removingbody { height:100% }
on quite a few gens/templates and I can’t see any breakage, so I think it’s fine. If there are issues, hopefully someone posts here about it at some point and I can devise a patch to fix it.Cool, thanks 👍