From 93e2f5eb6216ed6fa50e8fb85028a830883d7532 Mon Sep 17 00:00:00 2001 From: Arsalan Date: Fri, 4 Mar 2022 14:53:29 +0530 Subject: [PATCH] fix: Added root element as the ParentBoundary for TableFilterPane. --- .../src/widgets/TableWidget/component/TableFilterPane.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/src/widgets/TableWidget/component/TableFilterPane.tsx b/app/client/src/widgets/TableWidget/component/TableFilterPane.tsx index 3a21d1b898..401f360d2f 100644 --- a/app/client/src/widgets/TableWidget/component/TableFilterPane.tsx +++ b/app/client/src/widgets/TableWidget/component/TableFilterPane.tsx @@ -80,7 +80,7 @@ class TableFilterPane extends Component { 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 (