diff --git a/apps/client/src/scenes/result/styles/resultStyles.ts b/apps/client/src/scenes/result/styles/resultStyles.ts index 5294625..73e9879 100644 --- a/apps/client/src/scenes/result/styles/resultStyles.ts +++ b/apps/client/src/scenes/result/styles/resultStyles.ts @@ -65,7 +65,7 @@ width: "100%", flex: 1, minHeight: 0, - overflowY: "auto", + overflow: "hidden", display: "flex", flexDirection: "column", alignItems: "center", @@ -127,7 +127,7 @@ /** 順位表本文スクロール領域のスタイル */ export const RESULT_RANKING_SCROLL_BODY_STYLE: CSSProperties = { - maxHeight: "min(52dvh, 420px)", + maxHeight: "min(44dvh, 360px)", overflowY: "auto", }; @@ -258,7 +258,7 @@ /** プレイヤースタッツ表本文スクロール領域のスタイル */ export const RESULT_PLAYER_STATS_SCROLL_BODY_STYLE: CSSProperties = { - maxHeight: "min(36dvh, 320px)", + maxHeight: "min(40dvh, 320px)", overflowY: "auto", }; @@ -334,7 +334,7 @@ /** プレイヤーランキング表本文スクロール領域のスタイル */ export const RESULT_PLAYER_RANKING_SCROLL_BODY_STYLE: CSSProperties = { - maxHeight: "min(52dvh, 460px)", + maxHeight: "min(44dvh, 360px)", overflowY: "auto", };