-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
FileUploader breaks Modal's UI when clicked #7343
Comments
We had something similar and other problems since Chrome updated to version 87. I suspect this has to do with the
|
Hey @edurocher thank you very much for your time! Unfortunately that CSS rule didn't fix the issue, but you gave me some good insight into what to try and what might be going on. I'll keep troubleshooting in the meantime |
Related #7340 |
Hey there @bitfede! Looks like this was resolved in the latest release Updated example: https://codesandbox.io/s/modest-buck-81lj0?file=/index.js |
Thanks for letting me know! Good Job guys! 💪💪💪💪💪💪💪 |
What package(s) are you using?
carbon-components
carbon-components-react
Detailed description
I want to have a fileuploader inside a modal window. The problem is that when I click on fileuploader the modal's UI breaks by shifting to the top and disabling scrolling.
Yes, Modal and FileUploader
I expected for the modal to keep the same layout, but when FileUploader is pressed it moves up the whole modal content suddenly.
Chrome
Additional information
Screenshots:
before clicking on fileuploader:
after clicking on fileuploader (right after dismissing the window that lets me pick the files to upload):
What can it be? Any suggestion? Anyone ever had this problem?
Thanks for your time!!!
The text was updated successfully, but these errors were encountered: