Skip to content

Commit e52d2a8

Browse files
committed
fix(material/autocomplete): autocomplete panel top is cut off in landscape mode
Fixes lint error from previous commit which fixes Angular Component's autocomplete panel top from being cut off when viewed in landscape mode. The previous max-height of the panel is more than the height of the panel from the top of the input when in the bottom half to the top of the device's screen. Fixes b/284148377
1 parent 5990257 commit e52d2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/autocomplete/autocomplete.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ mat-autocomplete {
6060
div.mat-mdc-autocomplete-panel {
6161
max-height: 55vh;
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)