Adjust max height for settings modal

This commit is contained in:
jeffvli 2023-01-15 20:40:23 -08:00
parent 2e74f7533a
commit fc9d4616ba

View File

@ -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