Skip to content

Commit

Permalink
fix: resolve grid popup clipping to grid dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
nanochromatic committed Dec 18, 2024
1 parent 121c2fe commit c06f60c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/FolderStructureGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ export const FolderStructureGrid: React.FC = () => {
gridOptions={gridOptions.current}
onGridReady={onGridReady}
reactUi={true}
popupParent={document.querySelector('body') || undefined}
></AgGridReact>
</div>
);
Expand Down
1 change: 1 addition & 0 deletions src/components/MusicGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ const MusicGrid: React.FC<{
onModelUpdated={onModelUpdated}
onGridReady={onGridReady}
reactUi={true}
popupParent={document.querySelector('body') || undefined}
context={gridContext}
></AgGridReact>
</div>
Expand Down

0 comments on commit c06f60c

Please sign in to comment.