diff --git a/gui/src/pages/history.tsx b/gui/src/pages/history.tsx index 792e499ea2..08c6059f82 100644 --- a/gui/src/pages/history.tsx +++ b/gui/src/pages/history.tsx @@ -268,8 +268,8 @@ function History() { const rows = tableRef.current.querySelectorAll('tr'); if (rows[index]) { rows[index].scrollIntoView({ - behavior: 'instant', - block: 'center', + behavior: "smooth", + block: "center", }); } }