Home > Back-end >  website navigation bar isn't working properly
website navigation bar isn't working properly

Time:11-14

enter image description here All of a sudden the navigation bar of the website is not showing, even after making no changes in the code.

Since this happened without any changes to the code, if anyone knows why this happened and how to fix it, please let me know. Thanks in advance.

CodePudding user response:

Maybe look at the zindex of the nav panel. Here is more info on that: https://developer.mozilla.org/en-US/docs/Web/CSS/z-index

CodePudding user response:

look for Z-index or see if you change the display to none. And if this isn't working then you have to make another navbar.

  •  Tags:  
  • web
  • Related