-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
[Modal] Support scrollbar-gutter #79
Labels
component: modal
This is the name of the generic UI component, not the React module!
enhancement
This is not a bug, nor a new feature
Comments
oliviertassinari
added
the
status: waiting for maintainer
These issues haven't been looked at yet by a maintainer
label
Jan 23, 2024
DiegoAndai
changed the title
[modal] Support scrollbarGutter
[material-ui][Modal] Support scrollbarGutter
Jan 23, 2024
DiegoAndai
removed
the
status: waiting for maintainer
These issues haven't been looked at yet by a maintainer
label
Jan 23, 2024
This comment was marked as resolved.
This comment was marked as resolved.
oliviertassinari
changed the title
[material-ui][Modal] Support scrollbarGutter
[Modal] Support scrollbarGutter
Jan 23, 2024
oliviertassinari
changed the title
[Modal] Support scrollbarGutter
[modal] Support scrollbarGutter
Jan 23, 2024
A side note, a similar outcome can be achieved with the html {
overflow-y: scroll;
} but it's not ideal, see the difference in UX (Windows): Screen.Recording.2024-01-24.at.00.34.21.mov |
oliviertassinari
changed the title
[modal] Support scrollbarGutter
[modal] Support scrollbar-gutter
Jan 23, 2024
michaldudak
changed the title
[modal] Support scrollbar-gutter
[Modal] Support scrollbar-gutter
Feb 27, 2024
michaldudak
added
component: modal
This is the name of the generic UI component, not the React module!
enhancement
This is not a bug, nor a new feature
labels
Feb 27, 2024
This was referenced Sep 14, 2024
Done in #604 |
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component: modal
This is the name of the generic UI component, not the React module!
enhancement
This is not a bug, nor a new feature
Steps to reproduce
Steps:
and render a
<Modal>
component, e.g.Screen.Recording.2024-01-23.at.01.32.26.mov
Current behavior
The layout moves and the backdrop doesn't cover the whole page.
Expected behavior
Either
scrollbar-gutter: auto
is set as a temporary reset while the dialog is open (better) or no padding is added to the body.Context
TODO
Your environment
npx @mui/envinfo
Search keywords: scrollbar gutter
The text was updated successfully, but these errors were encountered: