Chrome Flickering Issue


/ Published in: CSS
Save to your folder(s)

When positioning elements (fixed, absolute, etc) some flickering may occur on Chrome or Safari. Applying this property can fix it.


Copy this code and paste it in your HTML
  1. -webkit-transform: translate3d(0, 0, 0);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.