fix(M01): 일위대가 조합 — 390px 에서 담은 로직 표·미리 보기 표가 넘치던 것을 옆 스크롤로 · 사용자 경로 검증 기록

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016WRFJmmhPi4exAzHgPZHMT
This commit is contained in:
2026-09-22 00:53:06 +09:00
co-authored by Claude Sonnet 5
parent 2e14beec8a
commit c4d6ba3949
3 changed files with 28 additions and 2 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ export function mountM01Combo(
return f.root;
};
const preview = buildPreview(() => combo);
const table = el("div");
const table = el("div", { className: "m01-master__grid-wrap" });
const drawTable = (): void => {
const move = (i: number, d: number): void => {
const j = i + d;