We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263aef2 commit 1e521baCopy full SHA for 1e521ba
1 file changed
src/utils/styles.utils.ts
@@ -6,7 +6,7 @@ export const getTransformStyles = (
6
scale: number,
7
): string => {
8
// Standard translate prevents blurry svg on the safari
9
- return `translate3d(${x}px, ${y}px, 0) scale(${scale})`;
+ return `translate(${x}px, ${y}px) scale(${scale})`;
10
};
11
12
export const getMatrixTransformStyles = (
0 commit comments