Skip to content

Commit f5c5869

Browse files
authored
fix(material/select): disable position locking (#32772)
In #9789 we enabled locked positioning for `mat-select` due to the previous of laying out the panel. Then in #30628 we enabled flexible dimensions so it's able to shrink. This combination can cause the panel to shrink when the user scrolls it out of view. These changes remove the locked positioning since it's not necessary anymore. Fixes #32771.
1 parent c57e6a1 commit f5c5869

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/material/select/select.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131

3232
<ng-template
3333
cdk-connected-overlay
34-
cdkConnectedOverlayLockPosition
3534
cdkConnectedOverlayHasBackdrop
3635
cdkConnectedOverlayBackdropClass="cdk-overlay-transparent-backdrop"
3736
[cdkConnectedOverlayDisableClose]="true"

0 commit comments

Comments
 (0)