position:fixed; scroll-y

I have a mobile header with 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?
Was this page helpful?