Answers for "min-height not working on body"

CSS
0

min-height not working on body

html {
    min-height: 100%;
    display: flex;
}

body {
    flex: 1;
}
Posted by: Guest on September-22-2020

Code answers related to "min-height not working on body"

Browse Popular Code Answers by Language