Skip to content

Commit

Permalink
set minHeight: 0
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed May 31, 2023
1 parent d9e1f4a commit c0c6c04
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export const GridRootStyles = styled('div', {
height: '100%',
display: 'flex',
minWidth: 0, // See https://github.com/mui/mui-x/issues/8547
minHeight: 0,
flexDirection: 'column',
overflowAnchor: 'none', // Keep the same scrolling position
[`&.${gridClasses.autoHeight}`]: {
Expand Down

0 comments on commit c0c6c04

Please sign in to comment.