fix: adjust connection scroll

This commit is contained in:
GyDi 2022-04-26 00:37:28 +08:00
parent 557f5fe364
commit 423a7f951a
No known key found for this signature in database
GPG Key ID: 58B15242BA8277A6

View File

@ -124,7 +124,6 @@ const ConnectionsPage = () => {
<Box height="calc(100% - 50px)">
<Virtuoso
initialTopMostItemIndex={999}
data={filterConn}
itemContent={(index, item) => <ConnectionItem value={item} />}
/>