-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[Dialog] with scrollable content cut off on mobile #2758
Comments
To be more precise, by adding a EDIT: oh my my, it is actually a Paper element with zDepth=4, guess https://github.com/callemall/material-ui/blob/v0.14.4/src/dialog.jsx#L218 is where things should be happening |
Hi Nathan, why is this simply closed? Is it resolved in v0.15? |
Hey @chungwong, Sorry, I mistook this for another dialog issue that was a dupe of another. |
@chungwong Although, the material design spec calls for full screen dialogs on mobile. |
@nathanmarks , I believe there is something wrong here. It is not related to the spec at all, it is the position of the scroll bar(see attached). And it is really is a bug(or conflict) caused by the Paper element. |
@chungwong Got it. Thanks for the screenshot dude! |
The Dialog is pretty much unusable on mobile if the keyboard needs to be brought up. No way to fix this? |
This is still an issue as of v0.15.2. @chungwong's temporary fix works for now though. |
I am running into the same problem as the screenshot of @chungwong posted. The scroll bar is wrong placed, even on the material-ui docs. I dont see the same bug using Firefox though.. |
I'm closing as a duplicate of #7438 |
hi,
i have a dialog with
autoScrollBodyContent={true}
and it works on a desktop. but when opening the dialog on a mobile device (nexus6), the scrollbar is not on the right edge of the dialog it is about 1cm inside the dialog. when using the chrome-inspector you can simulate this behaviour with other small devices too (iphone, etc).when removing the style
with the inspector, the scrollbar appears exactly on the right side of the dialog. but the shadow disappears :-(
/usc
The text was updated successfully, but these errors were encountered: