My menu has mysteriously disappeared in Desktop mode, but it shows up correctly in phone mode. I'm quite puzzled and can't seem to figure out what the issue might be. I've checked to see if the "capture" box is covering the menu box, but I'm stuck on how to proceed.
I've been struggling with this problem for the past 6 hours now.
This problem has persisted for 6 long hours and I'm at my wit's end trying to solve it. Any help would be greatly appreciated.
$(".header__icon-bar").click(function(e){
$(".header__menu").toggleClass('is-open');
e.preventDefault();
});