fix: deal modal z-index above history panel (99999 > 99998)

This commit is contained in:
mac 2026-06-16 20:04:35 +03:00
parent f682b47bd0
commit 8d57f3c52b

View File

@ -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;
} }