Skip to content

Commit

Permalink
fix: Update components/links/PeekabooLink.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Cali Castle <[email protected]>
  • Loading branch information
aiyogg and CaliCastle authored Nov 9, 2023
1 parent 07d4cdc commit 2546602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/links/PeekabooLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function PeekabooLink({
<HoverCard.Portal forceMount>
<HoverCard.Content
asChild
collisionBoundary={250}
collisionBoundary={[250]}
>
<motion.div
className="pointer-events-none relative z-50 w-[400px] origin-top overflow-hidden !p-0"
Expand Down

0 comments on commit 2546602

Please sign in to comment.