Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/lib/select/select.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1870,7 +1870,6 @@ describe('MatSelect', () => {

// There appears to be a small rounding error on IE, so we verify that the value is close,
// not exact.
let platform = new Platform();
if (platform.TRIDENT) {
let difference =
Math.abs(optionTop + (menuItemHeight - triggerHeight) / 2 - triggerTop);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
}

.mat-column-select {
overflow: initial;
overflow: visible;
}