From 8d57f3c52b003fa58a74b5074bdb94cd536cb58f Mon Sep 17 00:00:00 2001 From: mac Date: Tue, 16 Jun 2026 20:04:35 +0300 Subject: [PATCH] fix: deal modal z-index above history panel (99999 > 99998) --- css/crm.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/css/crm.css b/css/crm.css index eeaf216..e73f3d5 100644 --- a/css/crm.css +++ b/css/crm.css @@ -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; } \ No newline at end of file