min-height ne fonctionne pas sur le corps

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

body {
    flex: 1;
}
sandersuarez