codemaster08240328 commented on a change in pull request #19138:
URL: https://github.com/apache/superset/pull/19138#discussion_r827143681



##########
File path: superset-frontend/src/SqlLab/components/SouthPane/index.tsx
##########
@@ -152,7 +152,7 @@ export default function SouthPane({
             query={latestQuery}
             actions={actions}
             user={user}
-            height={innerTabContentHeight}
+            height={innerTabContentHeight + 24}

Review comment:
       I did some inveestigation about `innerTabContentHeight`, but no way to 
handle it dynamically. 
   I will add constant value at the top of the file. 👍 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to