Hey there,
I've been tackling the react-select implementation and ran into a css issue. When react-select is opened within a container with overflow:auto (which I can't modify since it's not part of my app), the options are displaying like this: https://i.sstatic.net/wdge1.png
Ideally, the options should extend outside the container like this: https://i.sstatic.net/d9BM8.png
I've attempted to override /react-select/less/select' and applied custom classes, but haven't had any success.
Your help would be greatly appreciated. Thank you.