I can easily pass all the user stories for this challenge. However I couldn’t figure out how to scroll down the vertical navbar. Using overflow does not work with the rest of my code.
Hi this took a little while but your problem is you used position fixed on your nav element. Try using css grid to handle your page layout and add overflow-y:scroll; to your nav element. Also cover your entire page with a body tag except your script tag. I would advice you get yourself a code editor like vsCode or sublime text that have code formatting to make your life so much easier