Skip to content

Commit

Permalink
Fixing pnpm prettier issue to pass all test case
Browse files Browse the repository at this point in the history
  • Loading branch information
LuseBiswas committed Sep 6, 2024
1 parent e807d3f commit 63cee05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/Dialog/Dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const DialogPaper = styled(Paper, {
memoTheme(({ theme }) => ({
margin: 32,
position: 'relative',
overflowY: 'auto',
overflowY: 'auto',
'@media print': {
overflowY: 'visible',
boxShadow: 'none',
Expand Down

0 comments on commit 63cee05

Please sign in to comment.