Since latest two updates of Chrome, CSS 3D rendering has several clipping and rendering issues
We realized that a project were we have a CSS 3D renderer synchronized with a WebGL one started rendering wrongly in Chrome since latest browser updates. We can't share link at this point but the issue also happens with this page.
To Reproduce
This is happening to me on Windows currently in Version 85.0.4183.121 (Official Build) (64-bit) but with the one before that as well.It didn't happen back in August with an earlier version.
Steps to reproduce the behavior:
If you use the inspector, you'll see that the iFrame is correctly placed but it is not rendering as if it would be clipped (you see the background instead). Changing the overflow of the renderer's dom element to visible doesn't fix the issue.
Live example
Expected behavior

Wrong Behaviour

Platform:
There is already a Chromium issue for this:
https://bugs.chromium.org/p/chromium/issues/detail?id=1136046
@jocabola Consider to star the issue at bugs.chromium.org to raise its priority.
Done @Mugen87 Thank you!
The issue is fixed now and will be available with Chrome 87.
Most helpful comment
The issue is fixed now and will be available with Chrome 87.