
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 ...
For further actions, you may consider blocking this person and/or reporting abuse
Even better position: sticky
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!
Genius!
This is so simple and works a treat.
thanks, this is helpful
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.
Yeah with flexbox and CSS grid you can't use position: fixed;
You use position: sticky;
Great! You just saved me quiete some time, thank you!