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.
1 parent 476e3a5 commit 7a990ffCopy full SHA for 7a990ff
core/src/components/textarea/textarea.scss
@@ -124,8 +124,6 @@
124
resize: none;
125
appearance: none;
126
127
- overflow: hidden;
128
-
129
&::placeholder {
130
@include padding(0);
131
@@ -168,7 +166,7 @@
168
166
opacity: 1;
169
167
}
170
171
-:host([auto-grow]) .cloned-input {
+:host([auto-grow="true"]) .cloned-input {
172
// Workaround for webkit rendering issue with scroll assist.
173
// When cloning the textarea and scrolling into view,
174
// a white box is rendered from the difference in height
@@ -191,3 +189,7 @@
191
189
192
190
193
+
+:host([auto-grow="true"]) .native-textarea {
194
+ overflow: hidden;
195
+}
0 commit comments