nav ul not taking whole height space

yeah basically, i've been staring at the code for half an hour and couldn't find anything to fix, i ideally want it to take the full height space here's the codepen: https://codepen.io/staticoly/pen/BavXBPz
5 Replies
vince
vince8mo ago
Add a height: 100% and margin: 0 to your ul
ceispy
ceispy8mo ago
Not sure if it's 100% , 100vh will definitely work
pary
pary8mo ago
thanks a lot! that worked it worked with margin
ceispy
ceispy8mo ago
Good to know ☺️
pary
pary8mo ago
thanks tho