Hi there,
I’m trying to trouble shoot why my pop-out menu isn’t sliding out to 100% width of the browser screen, though there’s no margin applied to the nav anywhere and I have the width set to 100%.
Anyone have any insight into this?
Thanks!
Hi there,
I’m trying to trouble shoot why my pop-out menu isn’t sliding out to 100% width of the browser screen, though there’s no margin applied to the nav anywhere and I have the width set to 100%.
Anyone have any insight into this?
Thanks!
Change it to be fixed rather than absolute. It takes 100% of its parent which is container that is limited
Thanks! That works. Haaaa but now the button interaction is screwy, the first click works fine but the second click interaction has lost the rotate (but the backend of the animation looks fine). Any idea why?