From 354ceaca02fc276f19bfc0e0eda3e85746b0c5e8 Mon Sep 17 00:00:00 2001 From: nasubi916 Date: Thu, 3 Oct 2024 19:22:39 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=8B=E3=82=8F=E3=81=84=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/members/[id]/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/members/[id]/index.tsx b/src/pages/members/[id]/index.tsx index 1a5967e..f78e0aa 100644 --- a/src/pages/members/[id]/index.tsx +++ b/src/pages/members/[id]/index.tsx @@ -16,7 +16,7 @@ import { handleSWRError } from "@/lib/utils/swr"; const BoxStyle = styled(Box)` margin: 0 auto; - height: 80vh; + max-height: calc(100vh - 230px); overflow: scroll; `;