From 54c48dce3873100222904c0b1fb184d2fb847973 Mon Sep 17 00:00:00 2001 From: yangdx Date: Wed, 29 Oct 2025 02:09:13 +0800 Subject: [PATCH] Fix z-index layering for GraphViewer UI panels --- lightrag_webui/src/features/GraphViewer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lightrag_webui/src/features/GraphViewer.tsx b/lightrag_webui/src/features/GraphViewer.tsx index ec7678d9..6f52e6dc 100644 --- a/lightrag_webui/src/features/GraphViewer.tsx +++ b/lightrag_webui/src/features/GraphViewer.tsx @@ -226,13 +226,13 @@ const GraphViewer = () => { {showPropertyPanel && ( -
+
)} {showLegend && ( -
+
)}