-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
isScrollable prop in CardBody component is causing a visual glitch in pre-existing components without isScrollable prop. #33439
Comments
WC Admin team is working on a fix for wordpress.com customers in this PR |
@moon0326 Do you know which PR caused the issue? |
Thank you @talldan for the ping — I opened (update: and merged) #33490 which changes the default value of Once that PR gets included in the next Gutenberg release, it'd be great if we could revert the hotfix, since it looks quite hacky — @moon0326 , would you be able to track this task on your side? |
Thank you @ciampo for the PR 🙇 I'll track the task on my side. It looks like the next release date is July 28, 2011, according to https://github.com/WordPress/gutenberg/milestones. I'm setting a reminder to check it back on July 29, 2021. I'll work on a PR to revert back my change once I confirm the change in the new version. |
Closing this as it seems like the issue has been fixed in this repo. |
Description
The latest Gutenberg (11.0) causes a visual glitch on WooCommerce onboarding wizard pages where Card component is being used.
It looks like
isScrollable
has been added recently and the default value is set totrue
. I think the default value should befalse
to prevent any backward compatibility issues.Step-by-step reproduction instructions
Expected behaviour
The scrollbar should not appear.
Actual behaviour
Unexpected scrollbar appears where
Card
component is being used.Screenshots or screen recording (optional)
WordPress information
Device information
The text was updated successfully, but these errors were encountered: