Im using framework7 to all my apps, but for this one I can´t so I wonder.
Im trying to get a top menu to stay fixed, using position:fixed.
But when i scroll down the page, the menu scrolls up and when I stop scrolling it shows up again at the right position. So how can I prevent it from scrolling?
I have tried to set transform: translate3d(0,0,0); on the menu div but no luck.
I know that Vladimir knows
Any input really appreciated thanks.