-
-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rendering issue when selector is at bottom of viewport #63
Comments
@hadsy @LiamKenneth this seems to be related to .mat-select-search-panel {
...
max-height: 350px;
} Setting it to the original value (https://github.com/angular/material2/blob/master/src/lib/select/select.scss#L9) seems to resolve the issue: .mat-select-search-panel {
...
max-height: 256px;
} I will release a patch version that removes this css property, using the original value. |
#63: fix panel positioning by using default panel height
@hadsy I just released |
Cheers @macjohnny just tried it, works like a charm. Also big thanks for the quick response and new release, impressive! |
Great component but we are just having strange rendering issue when the selector is at the bottom of the viewport. Is there any CSS we can use to override this?
I've tried using disableOptionCentering on the mat-select but this has no effect for me.
Many thanks
The text was updated successfully, but these errors were encountered: