Compare commits

..

2 Commits

Author SHA1 Message Date
mac
0368fbf26c change current footer 2026-06-18 08:33:10 +03:00
mac
8d57f3c52b fix: deal modal z-index above history panel (99999 > 99998) 2026-06-16 20:04:35 +03:00
2 changed files with 5341 additions and 5330 deletions

View File

@ -5299,8 +5299,12 @@
.tags .custom-tooltip{
top: 70px;
width: auto;
min-width: unset;
display: grid;
justify-content: center;
gap: 10px;
min-width: unset;
display: grid;
justify-content: center;
gap: 10px;
}
.p-dialog-mask {
z-index: 99999 !important;
}

File diff suppressed because it is too large Load Diff