-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
body ScrollBar disappear on clicking Text Field or TablePagination row page #35483
Comments
Please provide a minimal reproduction test case with the latest version. This would help a lot 👷. A live example would be perfect. This codesandbox.io template may be a good starting point. Thank you! |
https://codesandbox.io/s/modest-hooks-s0k53z?file=/src/TableData.js:55-65 |
Can you post a recording? I could not reproduce from the Sandbox you provided. |
scroll.bug.webm |
same effect with Select and Textfield |
@landerover yes sure but unfortunately i did not receive any fixing solution |
I managed to solve this problem.
|
@landerover thank you it works |
Here is the workaround i had for this #17353 (comment) |
hii i've an issue where i noticed in every clickable mui component so when i click for example on Text Field or Table Pagination row page the body scroll disappear any solution for it i know that in Select Component for example we use disableScrollLock but this option not working with others components
The text was updated successfully, but these errors were encountered: