Prabhat Pandey
Results
1
comments of
Prabhat Pandey
I faced the same issue. Setting transform-origin's value in pixels worked for me. To do that I wrote this function: ```js const calculateTransformOrigin = () => { const isOSXSafari =...