Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I have a vertical nav bar with fixed position.
fixed
How can I make it extend all the way down to the bottom of the page?
You need to set html and body elements too.
html,body { margin:0; padding:0; height:100%; }