Skip to content

Commit 69a51a9

Browse files
committed
fix(Overlay): fix maxHeight maxWidth visual regression
1 parent aaa8a9c commit 69a51a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react/src/Overlay/Overlay.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ export const BaseOverlay = React.forwardRef<HTMLDivElement, OwnOverlayProps>(
186186
<StyledOverlay
187187
height={height}
188188
width={width}
189+
maxHeight={maxHeight}
190+
maxWidth={maxWidth}
189191
{...rest}
190192
ref={forwardedRef}
191193
style={

0 commit comments

Comments
 (0)