fix: Added root element as the ParentBoundary for TableFilterPane.
This commit is contained in:
parent
43441bfce2
commit
93e2f5eb62
|
|
@ -80,7 +80,7 @@ class TableFilterPane extends Component<Props> {
|
|||
Prevent the FilterPane from overflowing the canvas when the
|
||||
table widget is on the very top of the canvas.
|
||||
*/
|
||||
const boundaryParent = document.querySelector('[type="CANVAS_WIDGET"]');
|
||||
const boundaryParent = document.querySelector("#root");
|
||||
|
||||
return (
|
||||
<Popper
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user