forked from Shiloh/remnantchat
feat: prevent page overflows
This commit is contained in:
parent
caaa59d014
commit
cfc9881b9d
@ -64,9 +64,14 @@ function Bootstrap({
|
|||||||
<ShellContext.Provider value={shellContextValue}>
|
<ShellContext.Provider value={shellContextValue}>
|
||||||
<Box
|
<Box
|
||||||
className="Chitchatter"
|
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
|
<Toolbar
|
||||||
variant="regular"
|
variant="regular"
|
||||||
sx={{
|
sx={{
|
||||||
|
Loading…
Reference in New Issue
Block a user