fix(webapp): accounts chart lags scroll down

This commit is contained in:
a.bouhuolia
2023-02-14 23:20:01 +02:00
parent a1a7ee2b5b
commit b03606406e
2 changed files with 10 additions and 8 deletions

View File

@@ -72,6 +72,7 @@ export default function TableCell({ cell, row, index }) {
[`td-${cell.column.id}`]: cell.column.id,
[`td-${cellType}-type`]: !!cellType,
}),
tabindex: 0,
onClick: handleCellClick,
})}
>