fix: modal z-index
This commit is contained in:
parent
e93ff60924
commit
dfb088740c
@ -2,7 +2,7 @@
|
|||||||
@apply fixed
|
@apply fixed
|
||||||
inset-0
|
inset-0
|
||||||
overflow-y-auto
|
overflow-y-auto
|
||||||
z-50
|
z-[100]
|
||||||
flex
|
flex
|
||||||
min-h-full
|
min-h-full
|
||||||
items-center
|
items-center
|
||||||
@ -16,7 +16,7 @@
|
|||||||
bg-black
|
bg-black
|
||||||
bg-opacity-50
|
bg-opacity-50
|
||||||
dark:bg-opacity-60
|
dark:bg-opacity-60
|
||||||
z-50;
|
z-[100];
|
||||||
}
|
}
|
||||||
|
|
||||||
.CMS_Modal_content {
|
.CMS_Modal_content {
|
||||||
@ -29,6 +29,6 @@
|
|||||||
transition-all
|
transition-all
|
||||||
bg-white
|
bg-white
|
||||||
dark:bg-slate-800
|
dark:bg-slate-800
|
||||||
z-[51]
|
z-[101]
|
||||||
outline-none;
|
outline-none;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user