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 b8d839b commit 03e33c9Copy full SHA for 03e33c9
docs/examples/virtual.tsx
@@ -181,7 +181,7 @@ const Demo = () => {
181
const [scrollY, setScrollY] = React.useState(true);
182
183
return (
184
- <div style={{ width: 800, padding: 64 }}>
+ <div style={{ width: 800, padding: `0 64px` }}>
185
<label>
186
<input type="checkbox" checked={scrollY} onChange={() => setScrollY(!scrollY)} />
187
Scroll Y
package.json
@@ -58,7 +58,7 @@
58
"classnames": "^2.2.5",
59
"rc-resize-observer": "^1.1.0",
60
"rc-util": "^5.27.1",
61
- "rc-virtual-list": "^3.10.3"
+ "rc-virtual-list": "^3.10.4"
62
},
63
"devDependencies": {
64
"@rc-component/father-plugin": "^1.0.2",
0 commit comments