Hi please help me with my hamburger menu it wont click, the event listener of click doesnt work and my js seems to be correct idk what the problem is
https://codepen.io/MculoFish/pen/qBNwRmr
That’s because the z-index
of your .hamburger
is too low. Right now it’s set to 11. If I set it to 100, it works.
1 Like
Thanks a million , I didnt see that.