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?