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

The scroll bar locking behavior (What if it'd be customizable with this global CSS) #43410

Open
samueltesfayegari opened this issue Aug 22, 2024 · 2 comments
Labels
component: select This is the name of the generic UI component, not the React module! docs Improvements or additions to the documentation

Comments

@samueltesfayegari
Copy link

samueltesfayegari commented Aug 22, 2024

          added this 

body { overflow: auto !important; }

To overcome any CSS or JavaScript preventing the body from scrolling or locking the scroll bar.

But I ended up with the MUI offset of the right margin of the screen, like it fluctuates to the opposite.

I made that to stop the fluctuation from the scrollbar hiding, but MUI still got another offset.

Originally posted by @samueltesfayegari in #17353 (comment)

Search keywords:

@github-actions github-actions bot added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Aug 22, 2024
@siriwatknp siriwatknp added docs Improvements or additions to the documentation component: select This is the name of the generic UI component, not the React module! and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Aug 23, 2024
@siriwatknp
Copy link
Member

I guess you are suggesting to add it to the docs?

@samueltesfayegari
Copy link
Author

Yes I wish the MUI offset could be overridden by something else or this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: select This is the name of the generic UI component, not the React module! docs Improvements or additions to the documentation
Projects
None yet
Development

No branches or pull requests

2 participants