From e7f68f7b776f338e980292e86d8c773ef46eb719 Mon Sep 17 00:00:00 2001 From: yangdx Date: Wed, 26 Mar 2025 23:49:14 +0800 Subject: [PATCH] fixed the Tooltip positioning issue: - Changed all Tooltip position styles from fixed to absolute - Maintained the position: relative on parent elements (already present in the group relative class) --- lightrag_webui/src/features/DocumentManager.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lightrag_webui/src/features/DocumentManager.tsx b/lightrag_webui/src/features/DocumentManager.tsx index e66066fe..3b4bc933 100644 --- a/lightrag_webui/src/features/DocumentManager.tsx +++ b/lightrag_webui/src/features/DocumentManager.tsx @@ -284,7 +284,7 @@ export default function DocumentManager() {
{getDisplayFileName(doc, 35)}
-
+
{doc.file_path}
@@ -295,7 +295,7 @@ export default function DocumentManager() {
{doc.id}
-
+
{doc.file_path}
@@ -306,7 +306,7 @@ export default function DocumentManager() {
{doc.content_summary}
-
+
{doc.content_summary}