I dont know what I did, but on mobile, the mobile navbar i cut off by the section when it is expanded
LInk: https://achoo.webflow.io/
it worked earlier today, but now I cant figure it out
Here is my site Read-Only: LINK
(how to share your site Read-Only link )
avivtech
(Aviv Shwartz)
April 25, 2019, 7:14am
2
Hey there @Rasmus_Djernaes_Niel
Can you please share a read-only link to the project?
avivtech
(Aviv Shwartz)
April 25, 2019, 7:39am
4
Remove the overflow:scroll
on your ‘navbar’ and you’ll be able to see the ‘Nav Menu 3’ (which when open, is outside of the navbars borders. so if you have overflow:scroll
, you’ll have to scroll inside the navbar to see it…)
That did something, but did not complete fix the issue
Now it does not shows full menu
If I throttle expanding NAVBAR in designer, it looks like this (which is correct)
avivtech
(Aviv Shwartz)
May 10, 2019, 9:23am
6
Hey @Rasmus_Djernaes_Niel ,
Sorry for the late response
Your container 9
element has a fixed position in mobile, which created this problem. Change it back to static.