From e5847aad1d887669fcace585c61f6d7a1775b2a1 Mon Sep 17 00:00:00 2001 From: Raehyeon Jeong Date: Fri, 24 Feb 2023 17:26:04 +0900 Subject: [PATCH] =?UTF-8?q?[Style]=20:=20=EA=B4=80=EB=A6=AC=EC=9E=90=20?= =?UTF-8?q?=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20=EB=AA=A8=EB=93=A0=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=EC=97=90=EC=84=9C=20=ED=97=A4?= =?UTF-8?q?=EB=8D=94=20=EA=B3=A0=EC=A0=95=ED=95=B4=EC=84=9C=20=EC=8A=A4?= =?UTF-8?q?=ED=81=AC=EB=A1=A4=20=EB=90=98=EB=8F=84=EB=A1=9D=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=20#677?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/admin/Layout.module.scss | 7 ++++--- styles/admin/SideNav.module.scss | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/styles/admin/Layout.module.scss b/styles/admin/Layout.module.scss index 8bf22d756..6d23709a7 100644 --- a/styles/admin/Layout.module.scss +++ b/styles/admin/Layout.module.scss @@ -16,10 +16,10 @@ justify-content: space-between; align-items: center; width: 100%; - height: 4.5rem; + min-height: 4rem; padding: 0 1.5rem; background: white; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); + box-shadow: inset 0 0 0.2rem rgba(0, 0, 0, 0.25); } .title { @@ -49,5 +49,6 @@ .pageContent { width: 100%; - height: 100%; + height: calc(100vh - 4rem); + overflow-y: scroll; } diff --git a/styles/admin/SideNav.module.scss b/styles/admin/SideNav.module.scss index 6f2614fed..98b6a6d67 100644 --- a/styles/admin/SideNav.module.scss +++ b/styles/admin/SideNav.module.scss @@ -7,7 +7,6 @@ min-width: 10rem; height: 100%; padding: 0.5rem; - margin-top: 0.2rem; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }