diff --git a/client/components/Application/Content.tsx b/client/components/Application/Content.tsx index 0d3c89f44..e6885bcec 100644 --- a/client/components/Application/Content.tsx +++ b/client/components/Application/Content.tsx @@ -129,6 +129,7 @@ function LoadingContent() { const StyledCard = styled(Card)(() => ({ width: '100%', height: '100%', + minHeight: '95vh', border: 'none', boxShadow: 'none', borderRadius: 0,