From af845cda74b0dfe7934058122e1184ad81fbb3cd Mon Sep 17 00:00:00 2001 From: Ayush Pahwa Date: Thu, 9 Nov 2023 12:07:00 +0700 Subject: [PATCH] chore: fix css for DS view mode (#28755) --- .../src/pages/Editor/DataSourceEditor/DatasourceSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/src/pages/Editor/DataSourceEditor/DatasourceSection.tsx b/app/client/src/pages/Editor/DataSourceEditor/DatasourceSection.tsx index eaa4053b6f..9bd2c492ec 100644 --- a/app/client/src/pages/Editor/DataSourceEditor/DatasourceSection.tsx +++ b/app/client/src/pages/Editor/DataSourceEditor/DatasourceSection.tsx @@ -50,7 +50,7 @@ export const ViewModeWrapper = styled.div` padding: var(--ads-v2-spaces-7) 0; gap: var(--ads-v2-spaces-4); overflow: auto; - height: fit-content; + height: 100%; width: 100%; flex-shrink: 0; `;