feat: prevent page overflows

This commit is contained in:
Jeremy Kahn 2022-08-29 22:20:04 -05:00
parent caaa59d014
commit cfc9881b9d

View File

@ -64,9 +64,14 @@ function Bootstrap({
<ShellContext.Provider value={shellContextValue}>
<Box
className="Chitchatter"
sx={{ height: '100vh', display: 'flex', flexDirection: 'column' }}
sx={{
height: '100vh',
display: 'flex',
flexDirection: 'column',
paddingTop: 7,
}}
>
<AppBar position="relative">
<AppBar position="fixed">
<Toolbar
variant="regular"
sx={{