When there are many items in the menu, the height should not exceed the page size. Now the scroll is not displayed.
https://stackblitz.com/edit/react-kxderjef
It refers to version 9.1.0, version 8.5.5 works fine
Thank you
Introduce an option for rendering the sub items in the Menu in columns layout by either:
- setting max number of items per row (fixed number of columns) and add as many rows as needed
- setting max number of items per column (fixed number of rows), which will add more columns if there are more items