Skip to content

Commit 8725225

Browse files
Update Dynamic.js
1 parent ae4dbdd commit 8725225

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/sandbox/src/Dynamic.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ function RowVirtualizerDynamic({ rows }) {
4343
ref={parentRef}
4444
className="List"
4545
style={{
46-
height: `150px`,
47-
width: `300px`,
46+
height: `200px`,
47+
width: `400px`,
4848
overflow: "auto"
4949
}}
5050
>
@@ -95,8 +95,8 @@ function ColumnVirtualizerDynamic({ columns }) {
9595
ref={parentRef}
9696
className="List"
9797
style={{
98-
width: `300px`,
99-
height: `75px`,
98+
width: `400px`,
99+
height: `100px`,
100100
overflow: "auto"
101101
}}
102102
>
@@ -156,8 +156,8 @@ function GridVirtualizerDynamic({ rows, columns }) {
156156
ref={parentRef}
157157
className="Grid"
158158
style={{
159-
height: `150px`,
160-
width: `300px`,
159+
height: `400px`,
160+
width: `500px`,
161161
overflow: "auto"
162162
}}
163163
>

0 commit comments

Comments
 (0)