position:fixed; scroll-y
I have a mobile header with
It has a lot of menu items that make the last items hidden/cut-off from the screen.
I want to be able to scrolldown so I can see those hidden items.
Do you have a solution for this problem?
position: fixed; style.It has a lot of menu items that make the last items hidden/cut-off from the screen.
I want to be able to scrolldown so I can see those hidden items.
overflow-y: scroll; doesn't help.Do you have a solution for this problem?
