How can I get rid of unwanted HORIZONTAL SCROLL on mobile?

I’m getting a unintended Horizontal scroll on mobile view.
It will show scroll horizontally and show white space on both sides.

I’ve tried adding the following CSS, and the horizontal scrolling stopped, but the sticky header stopped working.

html, body {
max-width: 100%;
overflow-x: hidden;
}

Could someone help me with this issue?

same problem here and tried the same fix and got the same result. It stops but the sticky header disappears. COME ON guys. any solution? even the basics dont seem to work.