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 147ae46 commit 5cffd7cCopy full SHA for 5cffd7c
src/lib/form-field/form-field.scss
@@ -145,6 +145,8 @@ $mat-form-field-underline-height: 1px !default;
145
position: absolute;
146
height: $mat-form-field-underline-height;
147
width: 100%;
148
+ // Prevents underline from disappearing at lower zoom levels.
149
+ transform: perspective(1px);
150
151
&.mat-disabled {
152
background-position: 0;
0 commit comments