Revanth14 commented on code in PR #64013:
URL: https://github.com/apache/airflow/pull/64013#discussion_r3309057787


##########
airflow/www/static/js/dag/details/index.tsx:
##########
@@ -491,15 +495,12 @@ const Details = ({
             </TabPanel>
           )}
           {isDag && (
-            <TabPanel height="100%" width="100%" overflow="auto">
+            <TabPanel p={0}>

Review Comment:
   Addressed. Calendar panel overflow has been restored so fixed-width calendar 
content remains accessible.



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