Merge pull request '[codex] 스크롤 흐름 복원' (#9) from codex/scroll-unlock into master
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m1s

Reviewed-on: http://178.104.200.7/kjh2064/taxbaik/pulls/9
This commit was merged in pull request #9.
This commit is contained in:
2026-06-30 18:20:38 +09:00
2 changed files with 12 additions and 0 deletions
+5
View File
@@ -570,6 +570,11 @@ html.admin-login-route body {
width: 100%;
}
.admin-main {
min-height: 0;
overflow-y: auto;
}
/* ============================================================================
Dashboard Page Styles
============================================================================ */
+7
View File
@@ -580,6 +580,13 @@ body.site-blazor {
.site-shell {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.site-main {
display: block;
overflow: visible;
}
.site-topbar {