height, . min-height.
:
html {
height: 100%;
}
body {
height: 100vh;
display: flex;
flex-direction: column;
}
:
body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
:
html {
display: flex;
flex-direction: column;
}
body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
Chrome, FF, IE11 Edge.