Is there a way to make the mui MenuItem stay sticky to Select while scrolling down?
To see the issue in action, check out this codesandbox example https://codesandbox.io/s/quirky-knuth-5hr2dg?file=/Demo.tsx
Simply click on the select and start scrolling down. Notice how the menu items move down while you scroll, but I would like them to stay fixed with the select element. Ideally, as I scroll down, the menu items should move up and eventually disappear just like the select does.