React MultiSelect dropdown showing inside the popup

Am using react-multi-select-component
when click dropdown, dropdown list going under the div, i need position absolute and proper responsive view.
attached screenshot.

`import MultiSelect from "react-multi-select-component";`
``<MultiSelect
options={options}
value={selectedValue}
onChange={onValueChanged}
label`your text`ledBy="Select"
filterOptions={customSearch}`

enter image description here
/>`
dropdown need position proper