mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:43:44 +08:00
fix: adjust connection scroll
This commit is contained in:
parent
c2d0ccea3c
commit
e1370b75e8
@ -124,7 +124,6 @@ const ConnectionsPage = () => {
|
|||||||
|
|
||||||
<Box height="calc(100% - 50px)">
|
<Box height="calc(100% - 50px)">
|
||||||
<Virtuoso
|
<Virtuoso
|
||||||
initialTopMostItemIndex={999}
|
|
||||||
data={filterConn}
|
data={filterConn}
|
||||||
itemContent={(index, item) => <ConnectionItem value={item} />}
|
itemContent={(index, item) => <ConnectionItem value={item} />}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user