Technical Documentation Page project - help please

hi! I need some help for my project because for some reason my nav links are not working on codepen.
No hover effects and it doesn’t scroll to the section they are linked to. It was working when I tried it via VS Code. The link is below:
https://codepen.io/dreicodes/pen/gOPgxJX?editors=1100

I’d really appreciate the help guys! Thank you!

U have z index of 99999 !important to this div: fcc_test_suite_wrapper. Remove that completly and thats gonna fix your links and hover.

Thank you very much! I used the CDN link to run the tests instead.

1 Like

You’re welcome, I’m glad you made it work :smile: