Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(menu): prevent menu from collapsing to less than one item (#15454)
Currently we allow the menu it's height to collapse so that it becomes scrollable if it won't fit in the viewport, however this has the side effect that the user can make the menu go to zero height when they scroll away. These changes give the menu a minimum height so it doesn't happen.
- Loading branch information