-
Notifications
You must be signed in to change notification settings - Fork 688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: chains overflow on mobile #998
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@brieyla1 is attempting to deploy a commit to the rainbowdotme Team on Vercel. A member of the Team first needs to authorize it. |
take a look @DanielSinclair :) My client wants this updated asap... Thank you, sorry for the rush. |
Hey @brieyla1. A few refactors we'd like to see before getting this merged:
|
Good to go 👍 @brieyla1 Just make sure to go for |
@DanielSinclair I run I was just wondering if there's anything additional that I should enable or do to get scroll working. |
@CJskii This will be released later today as 1.0.12 |
Hey rainbow kit team,
when you have too many chains on mobile, they don't all show up, and block the "close" button from view. here is the fix. (see pictures)
The fix simply adds overflow scroll and a max width of 90vh, it should not interact with any logic whatsoever.
Current behavior
Fixed behaviour (same chains for reproduction (
[...chains, ...chains, ...chains, ...chains]
inChainModal.tsx
)Thanks