스크롤 잠금 해제
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m11s

This commit is contained in:
2026-06-30 00:15:24 +09:00
parent 0c014d0bdf
commit 203e674c3f
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -392,7 +392,8 @@ html.admin-login-route body {
.admin-shell { .admin-shell {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 100vh; min-height: 100vh;
height: auto;
background-color: var(--bg-secondary); background-color: var(--bg-secondary);
} }
+3
View File
@@ -48,6 +48,7 @@
html { html {
font-size: 16px; font-size: 16px;
scroll-behavior: smooth; scroll-behavior: smooth;
min-height: 100%;
} }
body { body {
@@ -56,6 +57,8 @@ body {
line-height: 1.8; line-height: 1.8;
font-size: clamp(0.9rem, 2.5vw, 1rem); font-size: clamp(0.9rem, 2.5vw, 1rem);
letter-spacing: 0.3px; letter-spacing: 0.3px;
min-height: 100%;
overflow-y: auto;
} }
/* ===== 타이포그래피 ===== */ /* ===== 타이포그래피 ===== */