diff --git a/src/components/tables/common.tsx b/src/components/tables/common.tsx index a47ce9a..1586f01 100644 --- a/src/components/tables/common.tsx +++ b/src/components/tables/common.tsx @@ -479,7 +479,7 @@ export function TrguiTable(props: { }} /> ))} -
+
{virtualizer.getVirtualItems() diff --git a/src/css/torrenttable.css b/src/css/torrenttable.css index 6e3ac18..675f9ce 100644 --- a/src/css/torrenttable.css +++ b/src/css/torrenttable.css @@ -61,6 +61,10 @@ overflow: auto; } +.torrent-table-rows:focus { + outline: 0; +} + .torrent-table { position: absolute; left: 0;