Does min-height not work on body/html?
body, html
{
min-height:100%;
}
Accomplishes absolutely nothing (firebug reports the body,html tags height does not change at all)
Does min-height not work on body/html?
body, html
{
min-height:100%;
}
Accomplishes absolutely nothing (firebug reports the body,html tags height does not change at all)
None of the above answers work for me.
What I did:
html, body {
height: 100%;
display: grid;
}