fix. 팝업 버튼 추가

This commit is contained in:
clkim
2025-11-13 10:59:21 +09:00
parent 2902fe0222
commit 6765ae905c
22 changed files with 338 additions and 223 deletions

View File

@@ -1,7 +1,11 @@
/* Button Size Classes */
@layer components {
body.dimmed {
@apply relative overflow-hidden
after:content-[''] after:absolute after:inset-0 after:bg-black/60 after:z-[899];
}
.modal-wrap {
@apply overflow-auto fixed inset-0 flex p-5 z-[800];
@apply overflow-auto fixed inset-0 flex p-5 z-[900];
}
.modal-wrap.dimmed {