수정: 모바일 본문 시작 위치 회귀 보정

This commit is contained in:
2026-04-03 17:57:14 +09:00
parent 9403e3698d
commit 8ef011bfc8
3 changed files with 11 additions and 0 deletions

View File

@@ -2031,6 +2031,8 @@ function reloadApp() {
@media (max-width: 860px) {
.appShell {
grid-template-columns: 1fr;
grid-template-rows: auto minmax(0, 1fr);
align-content: start;
min-height: 100dvh;
}