[Webkit-unassigned] [Bug 182520] transform-style: preserve-3d
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jun 16 02:29:53 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=182520
--- Comment #2 from Nils Bergmann <nilsbergmann at noim.io> ---
I tried to find a workaround for this and after some days I finally had an idea.
I thought, maybe webkit has not the same user z-axe perspective as other browsers. I tried to move the objects more far away. And yes, this is at least for me a solution.
-webkit-transform: translateZ(-1000px) rotateX(58.6297041833deg) rotate(45deg);
Notice the translateZ. It prevents the layout bug for me.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190616/7933357a/attachment.html>
More information about the webkit-unassigned
mailing list