Position sticky not working with body{ overflow-x: hidden; } [duplicate]
问题 This question already has answers here : body { overflow-x: hidden; } breaks position: sticky (3 answers) Closed 11 months ago . I am trying to use bootstrap's sticky header. But when I added body {overflow-x: hidden; } it stopped working. Now I seen on different pages that position: sticky with it's parent having overflow set to something else as visible not showing up, is (or was) a common problem. But all of the posts were like 1 year old. Like this post: "Position Sticky with overflow-x