Hello everyone, I’m new here and i was working on my portfolio project. So i’ve tried to add a navigation bar to navigate in my page, but the problem is that the navigation bar is transparent so the images and texts of my page are above the nav bar when i scroll down
Can you post a link to your project?
You should add z-index to your toolbar tag in CSS.
z-index: 1;
1 Like
Thanks a lot! I really appreciate your help