Commit 4d5a4335 authored by Moody Salem's avatar Moody Salem

fix(trustwallet confirm modal): fix the confirmation modal to not be obscured...

fix(trustwallet confirm modal): fix the confirmation modal to not be obscured by the trustwallet bar
parent ac1bc3b3
...@@ -70,12 +70,10 @@ const StyledDialogContent = styled(({ minHeight, maxHeight, mobile, isOpen, ...r ...@@ -70,12 +70,10 @@ const StyledDialogContent = styled(({ minHeight, maxHeight, mobile, isOpen, ...r
border-radius: 20px; border-radius: 20px;
${({ theme }) => theme.mediaWidth.upToMedium` ${({ theme }) => theme.mediaWidth.upToMedium`
width: 65vw; width: 65vw;
max-height: 65vh;
margin: 0; margin: 0;
`} `}
${({ theme, mobile }) => theme.mediaWidth.upToSmall` ${({ theme, mobile }) => theme.mediaWidth.upToSmall`
width: 85vw; width: 85vw;
max-height: 66vh;
${mobile && ${mobile &&
css` css`
width: 100vw; width: 100vw;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment