Browse Source

fix: adjust connection scroll

GyDi 3 năm trước cách đây
mục cha
commit
423a7f951a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/pages/connections.tsx

+ 0 - 1
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} />}
           />