html, body {
    height: 100%;
    }
html > body {
    min-height: 100%;
    height: auto;
    }