Skip to content

Commit

Permalink
set resize back to none for autosize in input css
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed Mar 9, 2018
1 parent 6cd2224 commit 4176e72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,8 @@ textarea.mat-input-element {
// Only allow resizing along the Y axis.
resize: vertical;
overflow: auto;

&.cdk-textarea-autosize {
resize: none;
}
}

0 comments on commit 4176e72

Please sign in to comment.