html,body {
height: 100vh;
}
body>footer {
position: sticky;
top: 100vh;
}
See the Codepen in action.
html,body {
height: 100vh;
}
body>footer {
position: sticky;
top: 100vh;
}
See the Codepen in action.