So I read this question disable horizontal scroll on mobile web the problem is that the answers are too old that they don't work nowadays, I try the solution they suggest that is
html, body {
overflow-x: hidden;
}
But it only works on desktop and still not on phone.
any ideas?