I've been encountering some minor bugs while working on a website recently. One particular issue I'm struggling to fix involves the x-axis not hiding despite attempts in CSS, especially on mobile view.
body {
overflow-x: hidden;
overflow-y: auto;
max-width: 100%;
}
You can see this problem on my website at: