CSS: No horizontal scroll overflow
An annoyance I’d forgotten with using overflow in a <div> ie setting css to overflow: scroll is that a horizontal scroll bar appears, greyed out. A small search revealed using overflow: auto meant it only scrolled vertically. I found the answer at CSS overflow:scroll – Dev Articles but a simple Google on css overflow provides [...]


