Skip to content

Commit

Permalink
chore: increase stacking space
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanluongoe committed Mar 14, 2024
1 parent fc84185 commit d5c7bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function calculateAnimationStyle(
return {
zIndex: 5500 - idx!,
transform: transformValue,
top: `${idx! * 8}px`,
top: `${idx! * 10}px`,
};
}

Expand Down

0 comments on commit d5c7bc5

Please sign in to comment.