BloombergGraphics / whatiscode

Paul Ford’s “What Is Code?”
http://www.bloomberg.com/whatiscode
Apache License 2.0
3.68k stars 261 forks source link

Background bleed-through artifacts on retina screens #128

Open tophtucker opened 9 years ago

tophtucker commented 9 years ago

Look at this crap:

screen shot 2015-10-30 at 5 53 39 pm

I think the fix may be as simple as -webkit-transform: translate3d(0,0,0);, (cf.) but need to test a bit.

tophtucker commented 9 years ago

Ack, this is not entirely fixed. Only seems to be happening in later sections...?

tophtucker commented 9 years ago

Okayyy it is only happening in section 6..... very odd....