mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-17 06:00:20 +02:00
Adjust max height for settings modal
This commit is contained in:
@@ -27,7 +27,7 @@ export const Settings = () => {
|
|||||||
return (
|
return (
|
||||||
<Box
|
<Box
|
||||||
m={5}
|
m={5}
|
||||||
sx={{ height: '800px', maxHeight: '50vh', overflowX: 'hidden' }}
|
sx={{ height: '50vh', maxHeight: '500px', overflowX: 'hidden' }}
|
||||||
>
|
>
|
||||||
<AnimatePresence initial={false}>
|
<AnimatePresence initial={false}>
|
||||||
<Tabs
|
<Tabs
|
||||||
|
|||||||
Reference in New Issue
Block a user