Merge branch 'dev'
CI / build (push) Failing after 11m29s
Deploy / deploy (push) Failing after 15m2s

This commit is contained in:
ByungCheol
2026-06-07 21:00:01 +09:00
+2
View File
@@ -120,6 +120,8 @@ onBeforeUnmount(() => {
left: 50% !important; left: 50% !important;
top: 50% !important; top: 50% !important;
right: auto !important; right: auto !important;
/* Toast UI 가 max-width:480px 에서 margin-left:-150px 를 줘서 좌측으로 밀려 잘림 → 취소 */
margin: 0 !important;
transform: translate(-50%, -50%) !important; transform: translate(-50%, -50%) !important;
max-width: 94vw !important; max-width: 94vw !important;
max-height: 80vh; max-height: 80vh;