This is an automated email from the ASF dual-hosted git repository.

hainenber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new b0c5b061c52 fix(sqllab): display horizontal scrollbar in data preview 
modal (#39799)
b0c5b061c52 is described below

commit b0c5b061c52add2b037b04bfa1ee5e2407e1a5e5
Author: Đỗ Trọng Hải <[email protected]>
AuthorDate: Tue May 12 21:30:54 2026 +0700

    fix(sqllab): display horizontal scrollbar in data preview modal (#39799)
    
    Signed-off-by: hainenber <[email protected]>
---
 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;
 `;

Reply via email to