From cd94b82d43300c4ac0fff8bae6072f1b5369462b Mon Sep 17 00:00:00 2001 From: Aiga115 Date: Tue, 19 Mar 2024 17:39:23 +0100 Subject: [PATCH] 679 rezise window ui fixes --- applications/osb-portal/src/App.tsx | 4 +--- .../src/components/workspace/drawer/WorkspaceDrawer.tsx | 1 + applications/osb-portal/src/pages/WorkspaceOpenPage.tsx | 2 +- applications/osb-portal/src/pages/WorkspacePage.tsx | 9 +-------- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/applications/osb-portal/src/App.tsx b/applications/osb-portal/src/App.tsx index 59a8ccd0..db8c72a9 100644 --- a/applications/osb-portal/src/App.tsx +++ b/applications/osb-portal/src/App.tsx @@ -44,9 +44,7 @@ const styles = { minHeight: "100vh", display: "flex", flexDirection: "column", - height: { - md: "100vh", - }, + height: "100vh", overflow: { xs: "auto", md: "hidden", diff --git a/applications/osb-portal/src/components/workspace/drawer/WorkspaceDrawer.tsx b/applications/osb-portal/src/components/workspace/drawer/WorkspaceDrawer.tsx index 43ac4424..73e18298 100644 --- a/applications/osb-portal/src/components/workspace/drawer/WorkspaceDrawer.tsx +++ b/applications/osb-portal/src/components/workspace/drawer/WorkspaceDrawer.tsx @@ -158,6 +158,7 @@ export const WorkspaceDrawer: React.FunctionComponent = ({ alignItems="stretch" flex="1" className="verticalFill" + height={1} > { }, [workspaceId]); return ( - + diff --git a/applications/osb-portal/src/pages/WorkspacePage.tsx b/applications/osb-portal/src/pages/WorkspacePage.tsx index a5aa9d61..ec296f96 100644 --- a/applications/osb-portal/src/pages/WorkspacePage.tsx +++ b/applications/osb-portal/src/pages/WorkspacePage.tsx @@ -97,16 +97,13 @@ export const WorkspacePage = (props: any) => { {