Skip to content

Commit 912f201

Browse files
authored
Add preventOverflow to another story (#5695)
1 parent 913fd7b commit 912f201

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react/src/Autocomplete/Autocomplete.features.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@ export const InOverlayWithCustomScrollContainerRef = () => {
536536
side="inside-top"
537537
anchorRef={triggerRef}
538538
renderAnchor={props => <Button {...props}>open overlay</Button>}
539+
preventOverflow={false}
539540
>
540541
<Autocomplete>
541542
<Box

0 commit comments

Comments
 (0)