mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 14:37:06 +01:00
Adjust max height for settings modal
This commit is contained in:
parent
2e74f7533a
commit
fc9d4616ba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user