From 1e827fd2a77f319d5055fff68e885b912517ef12 Mon Sep 17 00:00:00 2001 From: brian <90752841+wokbjso@users.noreply.github.com> Date: Wed, 28 Aug 2024 02:42:04 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20vh=20->=20dvh=EB=A1=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/molecules/page-modal/page-modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/molecules/page-modal/page-modal.tsx b/components/molecules/page-modal/page-modal.tsx index 1ee838cd..9319f3e4 100644 --- a/components/molecules/page-modal/page-modal.tsx +++ b/components/molecules/page-modal/page-modal.tsx @@ -45,7 +45,7 @@ const layoutStyles = css({ bottom: 0, width: '100vw', maxWidth: 'maxWidth', - height: '100vh', + height: '100dvh', backgroundColor: 'white', zIndex: 1000, overflow: 'auto',