-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Material UI Dialog Component is not responsive and can't see all screen #331
Labels
Comments
Hi! Can you share that playground url? I'm not sure if there is something that we can do to fix this. I don't think it's appropriate to also send all stylesheet and other potentially related code to testing-playground.com, when the test runner offers that link. Without diving into details here, I think the best way to debug issues in this kind of advanced scenarios, is using the browser extensions. |
smeijer
added
discussion
feature
New feature or request
and removed
bug
Something isn't working
labels
Mar 31, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report 🐛
I'm testing a Material UI Dialog and when opening the screen on playground the CSS is not applied and the screen size is not responsive not allowing to see the entire component
To Reproduce ✔️
https://codesandbox.io/s/frosty-cherry-k1gx8?file=/src/__tests__/GenericDialog.test.tsx
Expected behavior 🤔
Open the playground and see the screen with images in standard sizes
Suggested solution 🔦
I believe that the cause is not applying a css on screen, this way images are not resized.
Your Environment 💻
The text was updated successfully, but these errors were encountered: