Skip to content

Commit a05528d

Browse files
fix(textarea): resize issue + textarea not being editable (#1797)
Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent 5cc5a27 commit a05528d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/textarea/themes/shared/textarea.material.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ textarea {
3131
position: relative;
3232
max-width: inherit;
3333
padding-inline: rem(4px);
34+
z-index: 1;
3435
}
3536

3637
[part='label'] {
@@ -80,11 +81,14 @@ textarea {
8081
border-block-end: rem(1px) solid var-get($theme, 'idle-bottom-line-color');
8182
transition: all 0.25s $out-cubic;
8283
}
84+
85+
textarea {
86+
margin-block-end: rem(2px);
87+
}
8388
}
8489

8590
[part~='container']:not([part~='suffixed']) {
8691
textarea {
87-
margin-block-end: rem(2px);
8892
grid-area: 1 / 2 / span 1 / span 3;
8993
}
9094
}

0 commit comments

Comments
 (0)