Skip to content

Commit

Permalink
Merge pull request #73 from ensdomains/send-flow
Browse files Browse the repository at this point in the history
max height on dialog
  • Loading branch information
LeonmanRolls authored Oct 3, 2022
2 parents 25d90ae + aaa8b53 commit a778ae0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/src/components/organisms/Dialog/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ const StyledCard = styled.div(
background-color: ${theme.colors.background};
position: relative;
width: 100%;
max-height: 90vh;
overflow-y: auto;
${mq.sm.min(css`
width: initial;
`)}
Expand Down

0 comments on commit a778ae0

Please sign in to comment.