fix. 공통 스타일 수정

This commit is contained in:
clkim
2025-11-06 13:57:50 +09:00
parent 6b1b9885a0
commit f839a7be41
16 changed files with 36 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
/* Button Size Classes */
@layer components {
.modal-wrap {
@apply fixed inset-0 flex p-5 z-[800];
@apply overflow-auto fixed inset-0 flex p-5 z-[800];
}
.modal-wrap.dimmed {