Skip to content

Commit

Permalink
Parent component overlaps the Dropdown component (ToolJet#3761)
Browse files Browse the repository at this point in the history
Parent component overlaps the Dropdown component
  • Loading branch information
manishkushare authored Aug 11, 2022
1 parent 6d55d1d commit d03d7c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/_ui/Select/SelectComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const SelectComponent = ({ options = [], value, onChange, ...restProps })
formatOptionLabel={(option) => renderCustomOption(option)}
menuPlacement="auto"
maxMenuHeight={maxMenuHeight}
menuPortalTarget={useMenuPortal ? document.body : null}
/>
</React.Fragment>
);
Expand Down

0 comments on commit d03d7c3

Please sign in to comment.