From a6ee7b0f9d9aac5ded4a72ef7af662b89c18da25 Mon Sep 17 00:00:00 2001 From: hwinkr Date: Sat, 21 Sep 2024 10:40:05 +0900 Subject: [PATCH] =?UTF-8?q?design:=20=EB=AA=A8=EB=B0=94=EC=9D=BC=20?= =?UTF-8?q?=ED=99=94=EB=A9=B4=EC=97=90=EC=84=9C=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A1=A4=EC=9D=B4=20=EB=90=98=EB=8A=94=20=EB=AC=B8=EC=A0=9C?= =?UTF-8?q?=EB=A5=BC=20=ED=95=B4=EA=B2=B0=ED=95=98=EA=B8=B0=20=EC=9C=84?= =?UTF-8?q?=ED=95=B4=EC=84=9C=20height=20=EC=86=8D=EC=84=B1=EA=B0=92=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/global.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/styles/global.ts b/frontend/src/styles/global.ts index ae46b9fc..5a07967e 100644 --- a/frontend/src/styles/global.ts +++ b/frontend/src/styles/global.ts @@ -100,11 +100,12 @@ const globalStyles = css` } body { + overflow: hidden; display: flex; justify-content: center; width: 100%; - min-height: 100vh; + height: 100dvh; font-family: Pretendard, sans-serif; font-size: 1.6rem;