nopaque/web/app/static/css/materialize.fix.sticky-footer.css
Patrick Jentsch 23441dab2e intermediate
2020-10-23 08:51:46 +02:00

14 lines
221 B
CSS

/*
* Force the footer to always stay on the bottom of the page regardless of how
* little content is on the page.
*/
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
main {
flex: 1 0 auto;
}