From f938c821c3384ff15519fbf5c0bf181ebf55780f Mon Sep 17 00:00:00 2001 From: Heo Date: Mon, 13 Mar 2017 03:53:02 +0900 Subject: [PATCH] fix(input): overflow-y scrollbar is displayed (IE) y-scrollbar is displayed when placeholder text line-height is bigger than md-input-placeholder height (on IE browser) fixes #3570 --- src/lib/input/input-container.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/input/input-container.scss b/src/lib/input/input-container.scss index 7a7f10934076..47d44d43edbf 100644 --- a/src/lib/input/input-container.scss +++ b/src/lib/input/input-container.scss @@ -143,7 +143,7 @@ $mat-input-underline-disabled-background-image: display: none; white-space: nowrap; text-overflow: ellipsis; - overflow-x: hidden; + overflow: hidden; transform: translateY(0); transform-origin: bottom left;