DEV Community

Cover image for Sticky Footer using Tailwind CSS

Sticky Footer using Tailwind CSS

Timothy Koech on October 03, 2019

I started experimenting with Tailwind CSS a couple of months ago and I'm loving it. The idea is to finally use Tailwind CSS on my website. Normall...
Collapse
 
alihvs profile image
Ali Havasi • Edited

Thanks a bunch!

This method works if you want to push your footer to the bottom of the page. But once the content gets taller than the height of the container, the footer will also be pushed down.
Adding fixed bottom-0 w-full utility classes to the footer works, but the problem is I can't get the z-index working properly for some reason. Any idea what I'm doing wrong?

Collapse
 
dmwyatt profile image
Dustin Wyatt

This is not a sticky footer and yet it's the first Google result for "tailwind sticky footer". ๐Ÿ™„

This is just a regular ole' footer. If the content in main is taller than the screen the footer does not stick to the screen/window bottom.

Collapse
 
unohuim profile image
unohuim

Thanks!

What do you suggest when the top nav menu drop down drops below the footer bar, and when you scroll down to read the rest of the menu drop down, that footer bar gets stuck at the specific place vertically on the screen and doesn't move to the bottom?

Collapse
 
lunaceee profile image
Luna Yu

This is super helpful. Curious if you've tried it with CSS grid?

Collapse
 
soullivaneuh profile image
Sullivan SENECHAL

Simple, clear, thanks for that!

Collapse
 
timosville profile image
Timothy Koech

Thank you.

Collapse
 
jamesapollodev profile image
jamesapollodev

The footer hangs when the content is taller than the screen height especially in small screens

Collapse
 
sethburtonhall profile image
Seth Hall

Yes! Thanks. Love Tailwind!!

Collapse
 
ninjasoards profile image
David Y Soards

rarely needs this anymore, but when I do I always forget how. this works great!

Collapse
 
brandonbyr4 profile image
Brandon

Thank you a bunch! Works perfect wrapping my _app.tsx file with this.

Collapse
 
oasistomato profile image
Simone Arena

thanks bro. I am a python dev and I hate the web FE staff :D sorry to say that. you made my day with this tip