Skip to content

Commit

Permalink
Merge pull request #424 from reservoirprotocol/ted/relay-6627-unable-…
Browse files Browse the repository at this point in the history
…to-see-text-field-when-searching-for-chain-on-mobile

Fix token selector height bug
  • Loading branch information
pedromcunha authored Jan 8, 2025
2 parents 70dbc2d + bf0e5ef commit 02119b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/spotty-scissors-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@reservoir0x/relay-kit-ui': patch
---

Fix token selector height bug
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,7 @@ const TokenSelector: FC<TokenSelectorProps> = ({
p: '4',
display: 'flex',
flexDirection: 'column',
height: 'auto',
maxHeight: 'min(85vh, 600px)',
height: 'min(85vh, 600px)',
'@media(min-width: 660px)': {
minWidth:
size === 'desktop'
Expand Down

0 comments on commit 02119b2

Please sign in to comment.