From b0c5b061c52add2b037b04bfa1ee5e2407e1a5e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=E1=BB=97=20Tr=E1=BB=8Dng=20H=E1=BA=A3i?= <41283691+hainenber@users.noreply.github.com> Date: Tue, 12 May 2026 21:30:54 +0700 Subject: [PATCH] fix(sqllab): display horizontal scrollbar in data preview modal (#39799) Signed-off-by: hainenber --- superset-frontend/src/SqlLab/components/QueryTable/styles.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/superset-frontend/src/SqlLab/components/QueryTable/styles.ts b/superset-frontend/src/SqlLab/components/QueryTable/styles.ts index 30bb0fb71e5..4424becee68 100644 --- a/superset-frontend/src/SqlLab/components/QueryTable/styles.ts +++ b/superset-frontend/src/SqlLab/components/QueryTable/styles.ts @@ -44,5 +44,4 @@ export const ModalResultSetWrapper = styled.div` display: flex; flex-direction: column; overflow: hidden; - max-height: 50vh; `;