Skip to content

Commit 4d5a433

Browse files
committed
fix(trustwallet confirm modal): fix the confirmation modal to not be obscured by the trustwallet bar
1 parent ac1bc3b commit 4d5a433

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/Modal/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,10 @@ const StyledDialogContent = styled(({ minHeight, maxHeight, mobile, isOpen, ...r
7070
border-radius: 20px;
7171
${({ theme }) => theme.mediaWidth.upToMedium`
7272
width: 65vw;
73-
max-height: 65vh;
7473
margin: 0;
7574
`}
7675
${({ theme, mobile }) => theme.mediaWidth.upToSmall`
7776
width: 85vw;
78-
max-height: 66vh;
7977
${mobile &&
8078
css`
8179
width: 100vw;

0 commit comments

Comments
 (0)