-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[data grid] Excessive whitespace when scrolling to right #14816
Comments
@KenanYusuf I think you worked on something related to this recently, could you handle this one? |
@romgrk I can take a look at this in a couple of weeks (occupied with mobile view work until then). If anyone wants to take a look at this before then, please feel free. |
@romgrk @michelengelen I can try check on this issue, would I need to sign CLA? |
Not unless you touch a file inside the IME, that issue is caused by dangling/floating elements that poke outside of their container's width, usually in the headers container. |
|
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. Note @djairhogeuens How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short Support Satisfaction survey. |
Steps to reproduce
Link to live example: https://mui.com/material-ui/getting-started/templates/dashboard/
Steps:
Scroll to the right in the data grid
Current behavior
For some reason, there is an excessive white space on the right of the data grid within it's container. You can see it when you scroll to the right in the data grid.
Expected behavior
No possibility to scroll right if all content is displayed in the container. Wen scrolling to the right is allowed due to not all content being displayed in the container, the scroll should stop at the end of the table without any excessive whitespace.
Context
No response
Your environment
Chrome Version 129.0.6668.60 (Official Build) (64-bit)
Search keywords: data grid, scroll
The text was updated successfully, but these errors were encountered: