-
Notifications
You must be signed in to change notification settings - Fork 19
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: Changed the colonies list scroll to a fixed position #3569
Conversation
I wouldn't say it belongs in mobile responsiveness as the screen size you're showing in the screenshot wouldn't be considered mobile. Mobile is currently 768px and under, with plans to ensure the dapp responds nicely at breakpoints 980 and 1200 also. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works as intended!
Probably worth creating a separate issue for it. |
Okay, I can do that. Thanks for the suggestion. |
I think it is worth fixing in this PR, save the extra paper work. Also, because this PR introduces the issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other then the issue with the ColonyTitle, this looks good to me.
Thanks Arrren! I will make the change of the ColonyTitle in this PR as well. |
e83095d
to
345c2b2
Compare
345c2b2
to
8e1a0c0
Compare
Description
The colonies list (right side of screen) should be static no matter how many colonies you've subscribed to.
Changes 🏗
Resolves #3553