Skip to content

Commit

Permalink
Fix DataGrid double scroll (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira authored Sep 9, 2022
1 parent f6a9691 commit ce05560
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/toolpad-app/src/runtime/ToolpadApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ const EditorOverlay = styled('div')({
position: 'absolute',
inset: '0 0 0 0',
pointerEvents: 'none',
overflow: 'hidden',
});

interface AppContext {
Expand Down

0 comments on commit ce05560

Please sign in to comment.