We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ddd539 + a05528d commit da400beCopy full SHA for da400be
src/components/textarea/themes/shared/textarea.material.scss
@@ -31,6 +31,7 @@ textarea {
31
position: relative;
32
max-width: inherit;
33
padding-inline: rem(4px);
34
+ z-index: 1;
35
}
36
37
[part='label'] {
@@ -80,11 +81,14 @@ textarea {
80
81
border-block-end: rem(1px) solid var-get($theme, 'idle-bottom-line-color');
82
transition: all 0.25s $out-cubic;
83
84
+
85
+ textarea {
86
+ margin-block-end: rem(2px);
87
+ }
88
89
90
[part~='container']:not([part~='suffixed']) {
91
textarea {
- margin-block-end: rem(2px);
92
grid-area: 1 / 2 / span 1 / span 3;
93
94
0 commit comments