Skip to content

Commit

Permalink
fix(subbridge): wallet dialog max height (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleydon authored Jul 31, 2023
1 parent 74f6fd4 commit 419c9d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/subbridge/components/GlobalStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const talismanConnectStyles = (theme: Theme): SerializedStyles => css`
--talisman-connect-font-family: ${theme.typography.fontFamily};
--talisman-connect-border-radius: ${theme.shape.borderRadius}px;
--talisman-connect-modal-min-width: calc(100% - 2 * ${theme.spacing(2)});
--talisman-connect-modal-max-height: 100vh;
}
`

Expand Down

0 comments on commit 419c9d6

Please sign in to comment.