From 48b831ee1a33e1eecaf45e35d898f0f196d4ee20 Mon Sep 17 00:00:00 2001 From: gkswldnjs78 Date: Tue, 19 Mar 2024 13:24:42 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=9E=88=EC=96=B4=EB=A1=9C=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=B8=EC=A7=80=20height=20=EC=9D=B4=EC=8A=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/login/index.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/login/index.tsx b/src/login/index.tsx index 417c0e4..b61c4cb 100644 --- a/src/login/index.tsx +++ b/src/login/index.tsx @@ -248,7 +248,7 @@ const loginContainer = css` flex-direction: row; align-items: start; width: 100%; - height: 100vh; + height: calc(var(--vh, 1vh) * 100); overflow-y: scroll; `; @@ -293,7 +293,6 @@ const backgroundImage = css` z-index: 1; width: 100vw; max-width: 42.5rem; - height: 100vh; `; const StCarouselMent = styled.div` @@ -406,7 +405,7 @@ const Footer = styled.footer` flex-direction: column; gap: 2rem; padding-left: 3rem; - margin-top: 5rem; + margin-top: 4rem; margin-bottom: 3rem; color: #fff;