Ghost overflow-wrap appearing
I have a P element within a narrow DIV. When I view the HTML on my local machine the long words (words longer than the DIV’s width) get “broken” ie wrap onto a new line. When I check the developer console I note that there’s some grayed CSS associated with the P reads
Scrolling with overflow-x only works once
I’m trying to design a sideways scroll for the row because it has a few inline elements. It works fine, but the problem is that it only works once. I can only scroll once, then it stops working.
Using overflow-x: visible with overflow-y: auto
I know that it’s not possible to use overflow-x: visible
and overflow-y: auto
on the same element and the result is any overflow on the x axis won’t be visible.