diff --git a/src/lib/input/input-container.scss b/src/lib/input/input-container.scss index 7a7f10934076..d4572f139f0d 100644 --- a/src/lib/input/input-container.scss +++ b/src/lib/input/input-container.scss @@ -178,6 +178,7 @@ $mat-input-underline-disabled-background-image: padding-top: 1em; overflow: hidden; pointer-events: none; // We shouldn't catch mouse events (let them through). + transform: translate3d(0, 0, 0); // Prevents the label from shifting after the animation is done. // Keeps the element height since the placeholder text is `position: absolute`. &::after {