[Solved] Getting a problem in navigation bar in web design


Try to add this style to the navbar

.sticky-nav{
position: fixed;
top: 0;
width: 100%;
}

If this doesn’t work, try to add also the next to the previous one

z-index: 1030;

or

z-index: 3000;

If it does not work, please edit the question and enter your code as
an example

1

solved Getting a problem in navigation bar in web design