pierrejeambrun commented on code in PR #68750:
URL: https://github.com/apache/airflow/pull/68750#discussion_r3519219339


##########
airflow/www/static/js/dag/Main.tsx:
##########
@@ -199,9 +186,8 @@ const Main = () => {
   return (
     <Box
       flex={1}
-      height={`calc(100vh - ${footerHeight + headerHeight}px)`}
-      maxHeight={`calc(100vh - ${footerHeight + headerHeight}px)`}
-      minHeight="750px"

Review Comment:
   Reverted this part. It was to not have the whole page scrollable by default 
even when the content doesn't need to. But it's out of scope of the current 
fix. 



-- 
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]

Reply via email to