From e67131b9cdb61ad33e27adaf74a283795cfce183 Mon Sep 17 00:00:00 2001
From: "madhu.sr" <madhu.sr@vtigersolutions.com>
Date: Wed, 6 Mar 2024 06:50:30 +0530
Subject: [PATCH] #Fixes::1565755599::madhusr::When we mouse over to the tags
 under the list view of documents the tooltip is not displaying properly

---
 layouts/v7/modules/Documents/partials/SidebarEssentials.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/v7/modules/Documents/partials/SidebarEssentials.tpl b/layouts/v7/modules/Documents/partials/SidebarEssentials.tpl
index 6167cc3a8..24889f237 100644
--- a/layouts/v7/modules/Documents/partials/SidebarEssentials.tpl
+++ b/layouts/v7/modules/Documents/partials/SidebarEssentials.tpl
@@ -183,7 +183,7 @@
                             {assign var=TAG_MODEL value=Vtiger_Tag_Model::getCleanInstance()}
                             {include file="Tag.tpl"|vtemplate_path:$MODULE NO_DELETE=true}
                         </div>
-                        <div id="editTagContainer" class="hide">
+                        <div class="editTagContainer hide">
                             <input type="hidden" name="id" value="" />
                             <div class="editTagContents">
                                 <div>
-- 
GitLab