Skip to content

Commit

Permalink
fix(tile): fix animation on safari
Browse files Browse the repository at this point in the history
  • Loading branch information
skhamvon authored and dpellier committed Feb 29, 2024
1 parent 72fee99 commit 265c704
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
position: absolute;
top: -2px;
left: -2px;
transform: translate3d(0, 0, 0);
z-index: -1;
background-size: 400%;
width: calc(100% + 4px);
Expand Down

0 comments on commit 265c704

Please sign in to comment.