In my project I am using material ui Select component and the problem is that dropdown contents is very long and does not fit in.
For these purposes I need to add a horizontal scroll to dropdown menu. I tried adding property OverflowX to menuProps and to sx props but it did not work. Any ideas how to fix the issue?
>Solution :
Added a codesandbox link. You can check the solution here.
https://codesandbox.io/s/selectautowidth-demo-material-ui-forked-8yl3n9?file=/demo.js
