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