I've run into an issue in my project with the material ui Select component. The dropdown contents are too long and don't fit properly.
https://i.sstatic.net/DNCTf.png
To solve this problem, I tried adding a horizontal scroll to the dropdown menu by setting OverflowX property in menuProps and sx props, but unfortunately, it didn't work. Any suggestions on how I can resolve this?