fix(M02): 작도 영역 창을 단추 바로 아래 오른쪽 맞춤으로 · 창 밖으로 안 나가게

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PxvYb5ufV1kWdBvZbpDfu6
This commit is contained in:
2026-09-25 18:18:10 +09:00
co-authored by Claude Sonnet 5
parent ef63904866
commit db489c7c3a
2 changed files with 20 additions and 0 deletions
@@ -73,3 +73,14 @@
margin-left: auto;
white-space: nowrap;
}
.m02-pop {
display: block;
}
.m02-pop > .ui-modal {
position: absolute;
width: 23rem;
max-width: calc(100vw - 16px);
box-shadow: 0 4px 16px rgb(0 0 0 / 25%);
}