diff --git a/src/demo-app/demo-app/demo-app.html b/src/demo-app/demo-app/demo-app.html index 3abcf2b99ca0..181cbca273c3 100644 --- a/src/demo-app/demo-app/demo-app.html +++ b/src/demo-app/demo-app/demo-app.html @@ -26,7 +26,6 @@

Angular Material Demos

- diff --git a/src/lib/input/input-container.scss b/src/lib/input/input-container.scss index 34740a494e3c..2c630549db17 100644 --- a/src/lib/input/input-container.scss +++ b/src/lib/input/input-container.scss @@ -143,6 +143,11 @@ $mat-input-underline-height: 1px !default; pointer-events: none; // We shouldn't catch mouse events (let them through). } +// Prevents IE from always adding a scrollbar by default. +textarea.mat-input-element { + overflow: auto; +} + // The placeholder label. This is invisible unless it is. The logic to show it is // basically `empty || (float && (!empty || focused))`. Float is dependent on the // `floatingPlaceholder` input.