File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments