From 062eccb3795d77a808629bd2b2ba2e3be27053ba Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Thu, 22 May 2025 11:45:49 -0700 Subject: [PATCH] Fixed height issues! Finally!!! --- frontend/src/NewApp/BackstoryApp.tsx | 1 - .../src/NewApp/Components/BackstoryLayout.tsx | 30 +++++++++++++++---- 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/frontend/src/NewApp/BackstoryApp.tsx b/frontend/src/NewApp/BackstoryApp.tsx index 90575f3..e34a5a8 100644 --- a/frontend/src/NewApp/BackstoryApp.tsx +++ b/frontend/src/NewApp/BackstoryApp.tsx @@ -152,7 +152,6 @@ const BackstoryApp = () => { /> - ); diff --git a/frontend/src/NewApp/Components/BackstoryLayout.tsx b/frontend/src/NewApp/Components/BackstoryLayout.tsx index fb4720c..a95b585 100644 --- a/frontend/src/NewApp/Components/BackstoryLayout.tsx +++ b/frontend/src/NewApp/Components/BackstoryLayout.tsx @@ -94,7 +94,15 @@ interface BackstoryPageContainerProps { const BackstoryPageContainer = (props : BackstoryPageContainerProps) => { const { children, sx } = props; return ( - +
- +