Adjust max height for settings modal
This commit is contained in:
parent
2e74f7533a
commit
fc9d4616ba
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export const Settings = () => {
|
|||
return (
|
||||
<Box
|
||||
m={5}
|
||||
sx={{ height: '800px', maxHeight: '50vh', overflowX: 'hidden' }}
|
||||
sx={{ height: '50vh', maxHeight: '500px', overflowX: 'hidden' }}
|
||||
>
|
||||
<AnimatePresence initial={false}>
|
||||
<Tabs
|
||||
|
|
Reference in a new issue