diff --git a/app/client/src/pages/Editor/QueryEditor/Table.tsx b/app/client/src/pages/Editor/QueryEditor/Table.tsx index 06ec460ce4..36d8e4e627 100644 --- a/app/client/src/pages/Editor/QueryEditor/Table.tsx +++ b/app/client/src/pages/Editor/QueryEditor/Table.tsx @@ -24,6 +24,7 @@ const StyledTableWrapped = styled(TableWrapper)` flex-direction: column; height: auto; .tbody { + height: auto; overflow: auto; } }