diff --git a/src/components/ChatTranscript/ChatTranscript.tsx b/src/components/ChatTranscript/ChatTranscript.tsx index ea7be1b..188b52f 100644 --- a/src/components/ChatTranscript/ChatTranscript.tsx +++ b/src/components/ChatTranscript/ChatTranscript.tsx @@ -46,7 +46,6 @@ export const ChatTranscript = ({ sx={theme => ({ display: 'flex', flexDirection: 'column', - paddingTop: theme.spacing(1), })} > {messageLog.map(message => { diff --git a/src/components/Shell/Shell.tsx b/src/components/Shell/Shell.tsx index 5355ba9..c94a6b8 100644 --- a/src/components/Shell/Shell.tsx +++ b/src/components/Shell/Shell.tsx @@ -173,11 +173,10 @@ export const Shell = ({ children, userPeerId }: ShellProps) => { ({ + sx={{ height: '100vh', display: 'flex', - paddingTop: theme.spacing(7), - })} + }} > { -
{children}
+
+ + {children} +