PicoCSS Sticky Footer

html,body {
    height: 100vh;
}

body>footer {
    position: sticky;
    top: 100vh;
}

See the Codepen in action.