내무부 모바일 정렬과 스크롤을 바로잡음

This commit is contained in:
2026-08-31 23:34:33 +00:00
parent 8e0e7291de
commit dd84e6d6b3
4 changed files with 59 additions and 51 deletions
@@ -1269,9 +1269,9 @@ const clickOutsideMenu = (event: Event) => {
}
.mobile.compact .editor-layout {
min-height: 420px;
min-height: 370px;
display: grid;
grid-template-columns: 125px 375px;
grid-template-columns: 109px 391px;
grid-template-rows: auto auto;
}
.mobile.compact .control-pad {
@@ -719,8 +719,8 @@ textarea {
@media (max-width: 939.98px) {
.page-finance {
width: 500px;
margin: 0;
overflow-x: hidden;
margin: 0 auto;
overflow-x: clip;
}
.top-back-bar,
.bottom-bar {