DEV Community

Discussion on: Making a footer stick to the bottom with CSS

Collapse
 
xosofox profile image
Peter Dietrich • Edited

In some cases, I recommend to use height 100% instead of 100vh as vh might cause issues with the chrome nav bar on mobile

Collapse
 
dailydevtips1 profile image
Chris Bongers

Ah good point Peter! Didn't account for that indeed.
There is a fix for the 100vh on mobile though.

Collapse
 
xosofox profile image
Peter Dietrich

Oh - can you elaborate on that fix?

Thread Thread
 
dailydevtips1 profile image
Chris Bongers

Sure CSS-tricks has a very good article on that:
css-tricks.com/css-fix-for-100vh-i...