I\'m getting an odd redraw issue in chrome:
See the broken right side? This is a d
d
Chrome is getting buggier. Something worth trying is forcing gpu hardware acceleration on the element.
Add this to the CSS to force hardware acceleration:
-webkit-transform: translate3d(0, 0, 0);