min-height is not working css code example
Example: min-height not working on body
html {
min-height: 100%;
display: flex;
}
body {
flex: 1;
}
html {
min-height: 100%;
display: flex;
}
body {
flex: 1;
}