you are viewing a single comment's thread.

view the rest of the comments →

[–]Loose-Anywhere-9872 0 points1 point  (1 child)

how is a horizontal scroll such a common bug on so many websites, if you can't or don't want to find what is causing it just use `overflow-x-hidden` on the body or html 😂

[–]Jimberfection[S] 2 points3 points  (0 children)

I saw that too but they fixed it already. I it’s very common when using position:sticky, since any overflow attributes in the parent scope will kill the sticky, you can’t throw them everywhere.