diff --git a/apps/client/src/scenes/result/styles/resultStyles.ts b/apps/client/src/scenes/result/styles/resultStyles.ts index 14048a8..922ec82 100644 --- a/apps/client/src/scenes/result/styles/resultStyles.ts +++ b/apps/client/src/scenes/result/styles/resultStyles.ts @@ -41,6 +41,9 @@ /** リザルト画面本文レイヤーのスタイル */ export const RESULT_CONTENT_STYLE: CSSProperties = { width: "100%", + flex: 1, + minHeight: 0, + overflowY: "auto", display: "flex", flexDirection: "column", alignItems: "center",