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; `;