Skip to content
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

Overflow hidden while resizing #11

Open
g7i opened this issue Aug 4, 2021 · 2 comments
Open

Overflow hidden while resizing #11

g7i opened this issue Aug 4, 2021 · 2 comments

Comments

@g7i
Copy link

g7i commented Aug 4, 2021

Can someone please explain what's the purpose of these lines?

...(resizeStatus === RESIZE_STATUS.RESIZING
? // React will warning when mix `overflow` & `overflowY`.
// We need to define this separately.
{ overflowX: 'hidden', overflowY: 'hidden' }
: null),

I'm currently investigating a bug (ant-design/ant-design#31480). Thanks!

@g7i
Copy link
Author

g7i commented Aug 4, 2021

@afc163

@g7i
Copy link
Author

g7i commented Sep 24, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant