-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 issue with gradient swatches stacking badly with scrollbar. #25002
Conversation
0312d39
to
a79c93c
Compare
Size Change: +18 B (0%) Total Size: 1.17 MB
ℹ️ View Unchanged
|
@jasmussen Thanks for this! Will review shortly + fix up that failing JS Unit test (it looks like it's just the snapshots) |
There's something funky going on with my local dev I think... (trying to update snapshot tests) |
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.
🚀 from me! Tested locally and is working as expected. Thanks @jasmussen !
@jasmussen Will merge this once tests are green 🟢 ! |
Thank you for all the help! I'll merge when the checks pass. |
A small regression landed with gradient swatches recently. It looks fine with no scrollbar:
But it wraps badly when there is one:
This PR fixes that: