From 203e674c3fb11b0e2230707b0174873b3556bb74 Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Tue, 30 Jun 2026 00:15:24 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8A=A4=ED=81=AC=EB=A1=A4=20=EC=9E=A0?= =?UTF-8?q?=EA=B8=88=20=ED=95=B4=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TaxBaik.Web/wwwroot/css/admin.css | 3 ++- TaxBaik.Web/wwwroot/css/site.css | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/TaxBaik.Web/wwwroot/css/admin.css b/TaxBaik.Web/wwwroot/css/admin.css index 003c5ee..ed4aee7 100644 --- a/TaxBaik.Web/wwwroot/css/admin.css +++ b/TaxBaik.Web/wwwroot/css/admin.css @@ -392,7 +392,8 @@ html.admin-login-route body { .admin-shell { display: flex; flex-direction: column; - height: 100vh; + min-height: 100vh; + height: auto; background-color: var(--bg-secondary); } diff --git a/TaxBaik.Web/wwwroot/css/site.css b/TaxBaik.Web/wwwroot/css/site.css index 73601d3..7169851 100644 --- a/TaxBaik.Web/wwwroot/css/site.css +++ b/TaxBaik.Web/wwwroot/css/site.css @@ -48,6 +48,7 @@ html { font-size: 16px; scroll-behavior: smooth; + min-height: 100%; } body { @@ -56,6 +57,8 @@ body { line-height: 1.8; font-size: clamp(0.9rem, 2.5vw, 1rem); letter-spacing: 0.3px; + min-height: 100%; + overflow-y: auto; } /* ===== 타이포그래피 ===== */