I have a react modal in which there is an color html input and other is react select. The react modal has overflow auto css properties.
Now, if I open color input it opens without triggering the overflow property of react modal. How to make react select follow the same as color input.