Skip to content

Commit 7ffaf9e

Browse files
Heommalerba
Heo
authored andcommitted
fix(input): overflow-y scrollbar is displayed (IE) (#3571)
y-scrollbar is displayed when placeholder text line-height is bigger than md-input-placeholder height (on IE browser) fixes #3570
1 parent f8cdd92 commit 7ffaf9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/input/input-container.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ $mat-input-underline-disabled-background-image:
143143
display: none;
144144
white-space: nowrap;
145145
text-overflow: ellipsis;
146-
overflow-x: hidden;
146+
overflow: hidden;
147147

148148
transform: translateY(0);
149149
transform-origin: bottom left;

0 commit comments

Comments
 (0)