From 78a136e277d7653ee1f6cded8261bbdc90c58339 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Tue, 16 Jan 2024 15:17:00 -0500 Subject: [PATCH] - Fix the page layout, the footer was in the content section causing it not to remain at the bottom and just reside 'at the bottom' of the content section. Also added a 100% on the outer container height (100vh) so the grey background fills the page Signed-off-by: Dave Richer --- .../pages/manage/manage.page.component.jsx | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/client/src/pages/manage/manage.page.component.jsx b/client/src/pages/manage/manage.page.component.jsx index 58658b39b..a654ee98a 100644 --- a/client/src/pages/manage/manage.page.component.jsx +++ b/client/src/pages/manage/manage.page.component.jsx @@ -362,11 +362,10 @@ export function Manage({conflict, bodyshop}) { return ( <> - - + + - } showDialog> @@ -374,30 +373,31 @@ export function Manage({conflict, bodyshop}) { -
-
-
-
- {`ImEX Online ${ - process.env.REACT_APP_GIT_SHA - } - ${preval`module.exports = new Date().toLocaleString("en-US", {timeZone: "America/Los_Angeles"});`}`} -
-
-
- - Disclaimer & Notices - -
-
+
+
);