polyglotweekly / polyglotweekly.com

Curated articles about the art of programming.
http://www.polyglotweekly.com
ISC License
53 stars 2 forks source link

Fix overflow on `pre` elements #7

Closed mmalecki closed 9 years ago

mmalecki commented 9 years ago

Setting overflow: scroll forces scroll bars, where as overflow: auto only applies those when necessary.

What we have now: scroll

What this PR makes it look like: no-scroll

What this PR looks like when the pre is actually overflowing: overflow