Skip to content

Commit f938c82

Browse files
author
Heo
authored
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 angular#3570
1 parent cdb3763 commit f938c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/input/input-container.scss

Lines changed: 1 addition & 1 deletion
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)