fix: deal modal z-index above history panel (99999 > 99998)
This commit is contained in:
parent
f682b47bd0
commit
8d57f3c52b
12
css/crm.css
12
css/crm.css
@ -5299,8 +5299,12 @@
|
|||||||
.tags .custom-tooltip{
|
.tags .custom-tooltip{
|
||||||
top: 70px;
|
top: 70px;
|
||||||
width: auto;
|
width: auto;
|
||||||
min-width: unset;
|
min-width: unset;
|
||||||
display: grid;
|
display: grid;
|
||||||
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