We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e7f74 commit 34d91c7Copy full SHA for 34d91c7
src/lib/form-field/form-field-legacy.scss
@@ -49,6 +49,10 @@ $mat-form-field-legacy-underline-height: 1px !default;
49
top: 0;
50
height: $height;
51
52
+ // In some browsers like Microsoft Edge, the `scaleX` transform causes overflow that exceeds
53
+ // the desired form-field ripple height. See: angular/material2#6351
54
+ overflow: hidden;
55
+
56
@include cdk-high-contrast {
57
height: 0;
58
border-top: solid $height;
0 commit comments