the-after-hours / adopt-a-family

Utility app to help families compile a list of things they need and that allow people/orgs to register to help families
MIT License
5 stars 5 forks source link

Footer should rest at bottom of screen if content does not fill screen #68

Open jwu910 opened 6 years ago

jwu910 commented 6 years ago

The footer should appear aligned to the bottom of the screen if the content of the screen does not push down below the lower boundaries of the viewport.

If there is enough content on the screen to scroll, the footer should rest below that and out of sight until scrolled into view.

Edit: https://medium.freecodecamp.org/how-to-keep-your-footer-where-it-belongs-59c6aa05c59c

zurda commented 6 years ago

Happy to try to tackle this one, if it's up for grabs

jwu910 commented 6 years ago

@hakabuk Sorry for such the late response! Feel free to tackle this!

I just came across this article which led me back to this issue.

We've been trying to get all of our WIP backend branches into development so we can start cleaning everything up.