Skip to content

Commit 1ac10cd

Browse files
authored
fix(textarea): autogrow playground can scroll to the top of contents (#3219)
1 parent f739e7a commit 1ac10cd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

static/usage/v6/textarea/autogrow/demo.html

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
<style>
1313
.container {
14+
display: block;
15+
1416
padding: 0 40px;
1517
}
1618

static/usage/v7/textarea/autogrow/demo.html

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
<style>
1313
.container {
14+
display: block;
15+
1416
padding: 0 40px;
1517
}
1618

0 commit comments

Comments
 (0)