Whenever I try to force a web page to use at least 100% of the browser height I run into problems, so I’m documenting it here. Hopefully I’ll remember to look here next time.
body {
min-height: 100%;
height: 100%;
}
div.container {
height: 100%;
}
Sometimes web development gets annoying like that. I have a several favorite websites, but I still have to keep all sorts of notes and bookmarks to keep track of everything. How many websites have you built so far?
LikeLike
It’s usually work on my own sites.
LikeLike