diff --git a/apps/web/src/app/games/memory-quiz/page.tsx b/apps/web/src/app/games/memory-quiz/page.tsx index 24d78224..c8d31a36 100644 --- a/apps/web/src/app/games/memory-quiz/page.tsx +++ b/apps/web/src/app/games/memory-quiz/page.tsx @@ -500,15 +500,19 @@ function DisplayPhase({ state, dispatch }: { state: SorobanQuizState; dispatch: justifyContent: 'center', margin: '0 auto', transition: 'transform 0.3s ease', - '& svg': { - width: '100%', - height: '100%', - maxWidth: '100%', - maxHeight: '100%', - objectFit: 'contain' - } + overflow: 'hidden' })}> - {currentCard.svgComponent} +