Sticky Footer in GatsbyJS using Flexbox Michael Hoffmann on September 20, 2018 I have recently developed some static websites based on GatsbyJS which have a sticky footer. A sticky footer is always positioned on the bottom of ... Read full post
Even better position: sticky
Genius!
This is so simple and works a treat.
Thanks for sharing, Michael! While I'm using Next.js and not Gatsby, I had basically the same problem and this led me to the solution. Thanks again.
thanks, this is helpful
Thank you so much for taking the time to share this with us. You saved me a lot of time. Thanks again!
Thank you SO much! I've been trying everything to get the sticky footer to work on gatsby!
Great! You just saved me quiete some time, thank you!
Yeah with flexbox and CSS grid you can't use position: fixed;
You use position: sticky;