Revanth14 commented on code in PR #64013:
URL: https://github.com/apache/airflow/pull/64013#discussion_r3309056834
##########
airflow/www/static/js/dag/details/index.tsx:
##########
@@ -425,8 +429,8 @@ const Details = ({
</Button>
)}
</TabList>
- <TabPanels height="100%">
- <TabPanel height="100%">
+ <TabPanels flex={1} overflowY="auto">
Review Comment:
Addressed. `TabPanels` now uses `overflow="hidden"`, and the Logs
tab/LogBlock owns the scroll behavior so page-level scrolling does not hide the
header/actions.
--
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]