Skip to content

Commit

Permalink
fix: Fixes blurry images on safari. (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-miller-cfa authored Aug 3, 2024
1 parent 3643a47 commit 5cf057b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
user-select: none;
margin: 0;
padding: 0;
transform: translate3d(0, 0, 0);
}
.content {
display: flex;
Expand Down

0 comments on commit 5cf057b

Please sign in to comment.