fix: Added root element as the ParentBoundary for TableFilterPane.

This commit is contained in:
Arsalan 2022-03-04 14:53:29 +05:30
parent 43441bfce2
commit 93e2f5eb62

View File

@ -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