fix. 팝업 버튼 추가
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user