fix : moves panel scroll into view

This commit is contained in:
GuillaumeSD
2024-04-06 03:21:39 +02:00
parent 61d17a6c56
commit 7c3744a74a
2 changed files with 6 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ export default function MovesPanel() {
sx={{ scrollbarWidth: "thin", overflowY: "auto" }}
maxHeight="100%"
xs={6}
id="moves-panel"
>
{gameMoves?.map((moves, idx) => (
<MovesLine