Just placing a DIV with white background and any opacity value:
background-color: rgba(255, 255, 255, .5);
over a white (255x3) background.
This can now be fixed with the new will-change property. Specifically, will-change: transform;
will-change
will-change: transform;