From 54c18f7d3fcd8237f233dd1da875c1853e84bdd3 Mon Sep 17 00:00:00 2001 From: VMatrices Date: Tue, 9 Jul 2024 21:24:16 +0800 Subject: [PATCH] fix: virtual scroll not working on rules page (#814) --- src/App.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 76c4fd7..0752453 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -41,9 +41,7 @@ export const App: ParentComponent = ({ children }) => { >
-
-
{children}
-
+
{children}