We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121c2fe commit c06f60cCopy full SHA for c06f60c
src/components/FolderStructureGrid.tsx
@@ -172,6 +172,7 @@ export const FolderStructureGrid: React.FC = () => {
172
gridOptions={gridOptions.current}
173
onGridReady={onGridReady}
174
reactUi={true}
175
+ popupParent={document.querySelector('body') || undefined}
176
></AgGridReact>
177
</div>
178
);
src/components/MusicGrid.tsx
@@ -344,6 +344,7 @@ const MusicGrid: React.FC<{
344
onModelUpdated={onModelUpdated}
345
346
347
348
context={gridContext}
349
350
0 commit comments