Skip to content

Commit 55ebfd1

Browse files
fixed ready button being hid under some phones nav UI
1 parent 2326596 commit 55ebfd1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/client/V2/WelcomeModal.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,14 @@ const WelcomeModal: FC<Props> = ({ open, onClose }) => {
9999
/>
100100
)}
101101

102-
<Box sx={{ mt: 3, display: 'flex', justifyContent: 'center' }}>
102+
<Box
103+
sx={{
104+
mt: 3,
105+
display: 'flex',
106+
justifyContent: 'center',
107+
pb: '10vh',
108+
}}
109+
>
103110
<Button
104111
variant="contained"
105112
onClick={onClose}

0 commit comments

Comments
 (0)