Skip to content

Commit

Permalink
fix: fix the issue where pop-up messages are being covered by the avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Oct 26, 2023
1 parent 7a87771 commit daffff9
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 daffff9

Please sign in to comment.