diff --git a/src/lib/form-field/form-field.scss b/src/lib/form-field/form-field.scss index a3e5bbf295d2..f91817b6c324 100644 --- a/src/lib/form-field/form-field.scss +++ b/src/lib/form-field/form-field.scss @@ -145,6 +145,8 @@ $mat-form-field-underline-height: 1px !default; position: absolute; height: $mat-form-field-underline-height; width: 100%; + // Prevents underline from disappearing at lower zoom levels. + transform: perspective(1px); &.mat-disabled { background-position: 0;