Skip to content

Commit 5748d9c

Browse files
ci: apply automated fixes
1 parent ec60650 commit 5748d9c

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

packages/react-virtual/e2e/app/measure-element/main.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,12 @@ const App = () => {
4141
<div
4242
ref={parentRef}
4343
id="scroll-container"
44-
style={{ height: 400, overflow: 'auto', contain: 'strict', overflowAnchor: 'none' }}
44+
style={{
45+
height: 400,
46+
overflow: 'auto',
47+
contain: 'strict',
48+
overflowAnchor: 'none',
49+
}}
4550
>
4651
<div
4752
style={{

packages/react-virtual/e2e/app/perf/main.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,12 @@ const App = () => {
6060
<div
6161
ref={parentRef}
6262
id="scroll-container"
63-
style={{ height: 400, overflow: 'auto', contain: 'strict', overflowAnchor: 'none' }}
63+
style={{
64+
height: 400,
65+
overflow: 'auto',
66+
contain: 'strict',
67+
overflowAnchor: 'none',
68+
}}
6469
>
6570
<div
6671
style={{

packages/react-virtual/e2e/app/scroll/main.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,12 @@ const App = () => {
4949
<div
5050
ref={parentRef}
5151
id="scroll-container"
52-
style={{ height: 400, overflow: 'auto', contain: 'strict', overflowAnchor: 'none' }}
52+
style={{
53+
height: 400,
54+
overflow: 'auto',
55+
contain: 'strict',
56+
overflowAnchor: 'none',
57+
}}
5358
>
5459
<div
5560
style={{

packages/react-virtual/e2e/app/smooth-scroll/main.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,12 @@ const App = () => {
9090
<div
9191
ref={parentRef}
9292
id="scroll-container"
93-
style={{ height: 400, overflow: 'auto', contain: 'strict', overflowAnchor: 'none' }}
93+
style={{
94+
height: 400,
95+
overflow: 'auto',
96+
contain: 'strict',
97+
overflowAnchor: 'none',
98+
}}
9499
>
95100
<div
96101
style={{

0 commit comments

Comments
 (0)