From bc6208c4362e7fb7bb984c8d33a9c64dbb6c0d0a Mon Sep 17 00:00:00 2001 From: Johnny Bouder Date: Sat, 29 Jun 2024 14:58:07 -0400 Subject: [PATCH] Update to ensure main content area fills display height. --- src/App.tsx | 30 ++++++++++++++---------------- src/styles.scss | 22 +++++++++++++++++++--- 2 files changed, 33 insertions(+), 19 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 7283cc96..8286a0ce 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -13,21 +13,19 @@ const queryClient = new QueryClient(); export const App = (): React.ReactElement => ( -
-
-
- - } /> - } /> - }> - } /> - - }> - } /> - - -
-
-
+
+
+ + } /> + } /> + }> + } /> + + }> + } /> + + +
+