From 790aea96890e3e7b546b5ce25afe07de361aa4d5 Mon Sep 17 00:00:00 2001 From: Junjie <2721795866@qq.com> Date: Thu, 5 Dec 2024 00:04:23 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(inspector=20component):?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit change the root div h-screen to h-full fix: content overflow --- src/applications/inspector/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/inspector/index.tsx b/src/applications/inspector/index.tsx index 229f590..90914ef 100644 --- a/src/applications/inspector/index.tsx +++ b/src/applications/inspector/index.tsx @@ -472,7 +472,7 @@ const App = () => { }; return ( -
+