fix: deal modal z-index above history panel (99999 > 99998)
This commit is contained in:
parent
f682b47bd0
commit
8d57f3c52b
@ -5304,3 +5304,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-dialog-mask {
|
||||||
|
z-index: 99999 !important;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user