Explorar el Código

fix: adjust connection scroll

GyDi hace 3 años
padre
commit
423a7f951a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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} />}
           />