I have a fixed bottom navbar, my "links" list does not open on hover. when I can get it to open it opens down and not upwards. I did add bottom: 0;
to the hover section in CSS and that didn't work.. any help would be appreciated
-new to HTML and CSS, this will be for a school final project!
added bottom: 0;
to the hover section in CSS
tried commenting out sections to fix
played around with margin/padding
and tried a z function thing
link to the code https://codepen.io/wickedmango/pen/rNBQPNG
looking to have the "links list" open upwards, and to be in front of everything!!