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) => { {