From 40a460df487fbf9a1ca29d3117736a720d38d5cc Mon Sep 17 00:00:00 2001 From: Lum1104 Date: Sat, 28 Mar 2026 23:27:33 +0800 Subject: [PATCH] fix(dashboard): reduce code viewer overlay height to avoid blocking nodes Reduced from 40vh to 25vh so the overlay sits closer to the bottom and leaves more room for graph nodes above. Co-Authored-By: Claude Opus 4.6 --- understand-anything-plugin/packages/dashboard/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/understand-anything-plugin/packages/dashboard/src/App.tsx b/understand-anything-plugin/packages/dashboard/src/App.tsx index 26b4423..c32e098 100644 --- a/understand-anything-plugin/packages/dashboard/src/App.tsx +++ b/understand-anything-plugin/packages/dashboard/src/App.tsx @@ -337,7 +337,7 @@ function Dashboard({ accessToken }: { accessToken: string }) { {/* Code viewer overlay */} {codeViewerOpen && ( -
+