Skip to content

Commit

Permalink
Add new prop to AnchoredOverlay
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJDev committed Oct 29, 2024
1 parent 201f18d commit 4ef1022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/AnchoredOverlay/AnchoredOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export const AnchoredOverlay: React.FC<React.PropsWithChildren<AnchoredOverlayPr
left={position?.left || 0}
anchorSide={position?.anchorSide}
className={className}
reflow={false}
preventOverflow={false}
{...overlayProps}
>
{children}
Expand Down

0 comments on commit 4ef1022

Please sign in to comment.