I can't seem to figure out what's going wrong here. I've gone through the code, commented out sections that may be causing issues, checked for glitches, but still can't pinpoint the problem. It seems like there's something right in front of me that I'm missing. Any of you web design gurus out there able to lend a hand?
* {
margin: 0;
padding: 0;
font-family: "Montserrat";
}
I attempted to resolve it by setting overflow-x to hidden, which kind of solves the issue. However, the problem now is that when I do that, overflow-y automatically switches to auto and doesn't budge even when I manually set it back to visible.