Skip to content

Commit

Permalink
fix: fix the issue where pop-up messages are being covered by the ava…
Browse files Browse the repository at this point in the history
…tar (CaliCastle#31)
  • Loading branch information
CaliCastle authored Oct 26, 2023
2 parents fb31474 + daffff9 commit 55f74e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/(main)/Activity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export function Activity() {
<Tooltip.Portal forceMount>
<Tooltip.Content asChild>
<motion.div
className="mt-1"
initial={{ opacity: 0, scale: 0.96 }}
animate={{ opacity: 1, scale: 1 }}
exit={{ opacity: 0, scale: 0.95 }}
Expand Down

0 comments on commit 55f74e1

Please sign in to comment.