We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d20872 commit 27d9b24Copy full SHA for 27d9b24
1 file changed
adminforth/spa/src/components/AcceptModal.vue
@@ -3,6 +3,8 @@
3
<Modal
4
ref="modalRef"
5
:beforeCloseFunction="()=>{modalStore.onAcceptFunction(false);modalStore.isOpened=false}"
6
+ backgroundCustomClasses="z-[998]"
7
+ modalCustomClasses="z-[999]"
8
>
9
<div class="relative p-4 w-full max-w-md max-h-full" >
10
<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" >
0 commit comments