/ Published in: CSS
When positioning elements (fixed, absolute, etc) some flickering may occur on Chrome or Safari. Applying this property can fix it.
Expand |
Embed | Plain Text
-webkit-transform: translate3d(0, 0, 0);
You need to login to post a comment.
