-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(app-switcher): scroll on expansion #99
Conversation
38d7e7b
to
fc89e97
Compare
@christianmemije The entire dialog should just get longer if need be, not scroll. This could be used in the edge case where we run out of room if we have a very long list. |
This is for an edge-case. The menu does increase size. It's just that the max-height of |
Isnt the height defined in |
Oh, i thought it came from mat-menu.. if thats the case we need to remove that. And make it so that the height its decided on implementation. Edit: Well, potentially would be to remove it. We just need to make sure we dont break usage since its technically a breaking change. |
Opened Teradata/covalent#1765 |
Scroll applications into view on expand