jgthms / html-reference

HTML Reference: a free guide to all HTML5 elements and attributes
https://htmlreference.io
MIT License
979 stars 136 forks source link

Side effect in blocks with code example when you try to hover to social icons #8

Open var-bin opened 7 years ago

var-bin commented 7 years ago

Good day, @jgthms

I hope you are doing well. I’ve seen your new project http://htmlreference.io. Good job, my congrats. I’ve found interesting side effect in blocks with code example when you try to hover to social icons. To see more details, please follow this link http://take.ms/v1e9P. For fixing this side effect you can add to .highlight this rule transform: translateZ(0); This solution also will avoid repainting of part of the page.

Looking forward to hearing from you soon.

Best regards, Vitaly