Skip to content

Commit 21c7b3a

Browse files
committed
set resize back to none for autosize in input css
1 parent bfbd12b commit 21c7b3a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib/input/input.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,8 @@ textarea.mat-input-element {
8787
// Only allow resizing along the Y axis.
8888
resize: vertical;
8989
overflow: auto;
90+
91+
&.cdk-textarea-autosize {
92+
resize: none;
93+
}
9094
}

0 commit comments

Comments
 (0)