Skip to content

Commit c8ed69b

Browse files
committed
タイヤなおった
1 parent fa924f1 commit c8ed69b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

apps/web/src/components/animations/TransferTruckProgress.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,11 @@ const truckProgressClass = css`
7272
7373
.front-tire {
7474
width: 22%;
75-
bottom: 47%;
75+
bottom: 8%;
7676
right: 40%;
7777
transform: scale(5.5);
7878
transform-origin: center center;
79+
z-index: 9;
7980
}
8081
8182
.truck-anchor.is-active .track-wrapper {

apps/web/src/pages/test/TrackMoveTest.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,11 @@ export const TrackMoveTest = () => {
7474
}
7575
.front-tire {
7676
width: 22%;
77-
bottom: 47%;
77+
bottom: 8%;
7878
right: 40%;
7979
transform: scale(5.5);
8080
transform-origin: center center;
81+
z-index: 9;
8182
}
8283
`;
8384

0 commit comments

Comments
 (0)