Relative Content

Tag Archive for cssoverflow

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.