I'm having issues with overflow-x:hidden
. I realize there are quite a few posts about this topic, but none of them quite address my issue specifically, and none of the solutions from the already-posted issues have worked. So, I'm posting yet another "overflow:hidden;" question ...
I have a full-width (fixed) nav bar, and a full-screen slideshow at the top of my page. The rest of the content follows in a pretty straightforward manner (or so I think). There are fixed elements elsewhere on the page, and I've set the body to overflow-x:hidden;
to prevent awkward overlapping on page resize.
The thing is, in Chrome and Firefox, I am still able to scroll L and R with the trackpad. No good.
I have rebuilt my page, as well as spent loads of time with developer tools, hiding, removing, and changing the position of various elements. I've tried adding overflow-x:hidden;
to my .wrapper
; this works OK, but still allows for some amount of sideways scrolling. I have also tried setting scrollLeft(0)
, as was suggested in this post here. I cannot figure out:
A) why overflow-x isn't working, and
B) where my overflowing content is coming from (at glance and with dev. tools, everything appears to be well-contained).
As I'm not sure precisely what's causing this issue, I can't include a neat JSFiddle snippet. The full (static) site is here: [edited, no longer necessary]