From 423a7f951a5925525374b580f1277697a17427e8 Mon Sep 17 00:00:00 2001 From: GyDi <segydi@foxmail.com> Date: Tue, 26 Apr 2022 00:37:28 +0800 Subject: [PATCH] fix: adjust connection scroll --- src/pages/connections.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/connections.tsx b/src/pages/connections.tsx index 1cc6f76..4e4c763 100644 --- a/src/pages/connections.tsx +++ b/src/pages/connections.tsx @@ -124,7 +124,6 @@ const ConnectionsPage = () => { <Box height="calc(100% - 50px)"> <Virtuoso - initialTopMostItemIndex={999} data={filterConn} itemContent={(index, item) => <ConnectionItem value={item} />} /> -- GitLab