pierrejeambrun opened a new pull request, #68750: URL: https://github.com/apache/airflow/pull/68750
Since the Chakra UI 2.10 / React 19 upgrade, the grid view's `height: 100%` cascade no longer resolves through the `<Tabs>`/`<TabPanel>` chrome. The details tabs render taller than their visible area — content is cut off with no way to scroll to it — and the main column pushes the page footer below the viewport, so the whole page scrolls instead. This anchors the affected heights to the viewport so each details tab scrolls within its own area and the footer stays visible without a page-level scroll. **Before** — details tab content cut off, page overflows / footer pushed off-screen: **After** — details tab scrolls within its own area, footer stays in the viewport: --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 4.8) Generated-by: Claude Code (Opus 4.8) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
