Responsive fixed menu

Asked

Viewed 125 times

1

I have a fixed menu that when viewed in the maximized browser everything happens perfectly however, when the screen decreases, the menu is fixed and the scroll bar does not scroll it, it is possible to solve this only with CSS?

follows my CSS code from the menu:

{
z-index: 297;
height: 80px;
border-style: solid;
border-color: #7F7F7F;
background-color: #FFFFFF;
position: fixed;
top: -1px;
border-width: 0px 0px 1px;
}

1 answer

1


Browser other questions tagged

You are not signed in. Login or sign up in order to post.