From 08431a1165a035a6058511435cee15f20f7b7882 Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Fri, 19 Dec 2025 16:26:26 -0500 Subject: [PATCH] just remove the overlay --- src/app.tsx | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/src/app.tsx b/src/app.tsx index c1562d0..42da502 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -159,19 +159,7 @@ function AppLayout(props: { children: any }) { return ( <> - -
- -
-
- -
+
- }> - }>{props.children} - + }>{props.children}