Joona Tiinanen
Joona Tiinanen
IIRC it only became supported in Safari 13.1. Ultralight currently uses 13.0.3. https://github.com/ultralight-ux/Ultralight/issues/435
CSS transforms with text seem to be broken in general. This also produces weird artifacts: ```HTML @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } }...
Most likely a duplicate of https://github.com/primefaces/primevue/issues/5629.
We also got hit by this issue. The workaround from @pnedkovp works, but would be great to have a real fix.
Still a relevant issue.