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