79282396

Date: 2024-12-15 13:28:43
Score: 3.5
Natty:
Report link

To use transform on safari you need -webkit-transform. So you'll have :

    ...
    transform: scaleX(var(--scaleX)) scaleY(var(--scaleY));
    -webkit-transform: scaleX(var(--scaleX)) scaleY(var(--scaleY));
    ...

This other post has some more info. Why on Safari the transform translate doesn't work correctly?

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Eloi