perf: 文本
This commit is contained in:
@@ -53,7 +53,7 @@ const ScrollData = ({
|
||||
}, [elementRef, nextPage]);
|
||||
|
||||
return (
|
||||
<Box {...props} ref={elementRef} overflow={'auto'} position={'relative'}>
|
||||
<Box {...props} ref={elementRef} overflowY={'auto'} position={'relative'}>
|
||||
{children}
|
||||
<Box
|
||||
mt={2}
|
||||
|
||||
Reference in New Issue
Block a user