nopaque/web/app/static/css/materialize.fix.sticky-footer.css

14 lines
221 B
CSS
Raw Normal View History

2020-10-23 06:51:46 +00:00
/*
* 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;
}