Skip to content

Commit 5cf057b

Browse files
fix: Fixes blurry images on safari. (#497)
1 parent 3643a47 commit 5cf057b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/transform-component/transform-component.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
user-select: none;
1414
margin: 0;
1515
padding: 0;
16+
transform: translate3d(0, 0, 0);
1617
}
1718
.content {
1819
display: flex;

0 commit comments

Comments
 (0)