File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
adminforth/spa/src/components Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 33 <Modal
44 ref =" modalRef"
55 :beforeCloseFunction =" ()=>{modalStore.onAcceptFunction(false);modalStore.isOpened=false}"
6+ backgroundCustomClasses =" z-[998]"
7+ modalCustomClasses =" z-[999]"
68 >
79 <div class =" relative p-4 w-full max-w-md max-h-full" >
810 <button type =" button" @click =" modalStore.togleModal()" class =" absolute top-3 end-2.5 text-lightAcceptModalCloseIcon bg-transparent hover:bg-lightAcceptModalCloseIconHoverBackground hover:text-lightAcceptModalCloseIconHover rounded-lg text-sm w-8 h-8 ms-auto inline-flex justify-center items-center dark:text-darkAcceptModalCloseIcon dark:hover:bg-darkAcceptModalCloseIconHoverBackground dark:hover:text-darkAcceptModalCloseIconHover" >
You can’t perform that action at this time.
0 commit comments