Skip to content

Commit

Permalink
Prevent weird stretch
Browse files Browse the repository at this point in the history
  • Loading branch information
chloerice committed Feb 5, 2024
1 parent cdf5053 commit d7a7c3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ export class PositionedOverlay extends PureComponent<
activatorRect,
left:
(preferredAlignment !== 'right' && !positionedHorizontal) ||
calculatedHorizontalPosition.left !== undefined
calculatedHorizontalPosition.left
? horizontalPosition
: undefined,
right:
Expand Down

0 comments on commit d7a7c3d

Please sign in to comment.