UI: Make DAG detail page scrollable on mobile viewports#65899
Merged
bbovenzi merged 1 commit intoMay 1, 2026
Conversation
bbovenzi
reviewed
Apr 29, 2026
Contributor
bbovenzi
left a comment
There was a problem hiding this comment.
Looks good. We just need a rebase
On phones the horizontal split between the Graph/Grid/Gantt pane and the Details pane was squeezed to ~200px each, and nested overflow:hidden containers hid the panes' internal scrollbars. The page was effectively unusable on mobile. Pin a 1280px min-width on the DAG page wrapper below Chakra's breakpoint and switch the main-content box to overflow=auto so the browser exposes horizontal and vertical scrollbars. Desktop layout (>=768px) is unchanged.
8e97f57 to
38e6f31
Compare
Member
Author
Done! |
bbovenzi
approved these changes
May 1, 2026
Contributor
|
Ci failure is unrelated |
Contributor
Backport failed to create: v3-2-test. View the failure log Run detailsNote: As of Merging PRs targeted for Airflow 3.X In matter of doubt please ask in #release-management Slack channel.
You can attempt to backport this manually by running: cherry_picker e6f5de4 v3-2-testThis should apply the commit to the v3-2-test branch and leave the commit in conflict state marking After you have resolved the conflicts, you can continue the backport process by running: cherry_picker --continueIf you don't have cherry-picker installed, see the installation guide. |
1 task
dheerajturaga
added a commit
to dheerajturaga/airflow
that referenced
this pull request
May 15, 2026
…pache#65899) On phones the horizontal split between the Graph/Grid/Gantt pane and the Details pane was squeezed to ~200px each, and nested overflow:hidden containers hid the panes' internal scrollbars. The page was effectively unusable on mobile. Pin a 1280px min-width on the DAG page wrapper below Chakra's breakpoint and switch the main-content box to overflow=auto so the browser exposes horizontal and vertical scrollbars. Desktop layout (>=768px) is unchanged. (cherry picked from commit e6f5de4) Co-authored-by: Dheeraj Turaga <dheerajturaga@gmail.com>
vatsrahul1001
pushed a commit
that referenced
this pull request
May 15, 2026
…65899) (#66975) On phones the horizontal split between the Graph/Grid/Gantt pane and the Details pane was squeezed to ~200px each, and nested overflow:hidden containers hid the panes' internal scrollbars. The page was effectively unusable on mobile. Pin a 1280px min-width on the DAG page wrapper below Chakra's breakpoint and switch the main-content box to overflow=auto so the browser exposes horizontal and vertical scrollbars. Desktop layout (>=768px) is unchanged. (cherry picked from commit e6f5de4)
vatsrahul1001
pushed a commit
that referenced
this pull request
May 20, 2026
…65899) (#66975) On phones the horizontal split between the Graph/Grid/Gantt pane and the Details pane was squeezed to ~200px each, and nested overflow:hidden containers hid the panes' internal scrollbars. The page was effectively unusable on mobile. Pin a 1280px min-width on the DAG page wrapper below Chakra's breakpoint and switch the main-content box to overflow=auto so the browser exposes horizontal and vertical scrollbars. Desktop layout (>=768px) is unchanged. (cherry picked from commit e6f5de4)
vatsrahul1001
pushed a commit
that referenced
this pull request
May 20, 2026
…65899) (#66975) On phones the horizontal split between the Graph/Grid/Gantt pane and the Details pane was squeezed to ~200px each, and nested overflow:hidden containers hid the panes' internal scrollbars. The page was effectively unusable on mobile. Pin a 1280px min-width on the DAG page wrapper below Chakra's breakpoint and switch the main-content box to overflow=auto so the browser exposes horizontal and vertical scrollbars. Desktop layout (>=768px) is unchanged. (cherry picked from commit e6f5de4)
vatsrahul1001
pushed a commit
that referenced
this pull request
May 21, 2026
…65899) (#66975) On phones the horizontal split between the Graph/Grid/Gantt pane and the Details pane was squeezed to ~200px each, and nested overflow:hidden containers hid the panes' internal scrollbars. The page was effectively unusable on mobile. Pin a 1280px min-width on the DAG page wrapper below Chakra's breakpoint and switch the main-content box to overflow=auto so the browser exposes horizontal and vertical scrollbars. Desktop layout (>=768px) is unchanged. (cherry picked from commit e6f5de4)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On phones the horizontal split between the Graph/Grid/Gantt pane and
the Details pane was squeezed to ~200px each, and nested overflow:hidden
containers hid the panes' internal scrollbars. The page was effectively
unusable on mobile.
Pin a 1280px min-width on the DAG page wrapper below Chakra's
breakpoint and switch the main-content box to overflow=auto so the
browser exposes horizontal and vertical scrollbars. Desktop layout
(>=768px) is unchanged.
Related: #64846
Before:
After:
Was generative AI tooling used to co-author this PR?
ClaudeCode Opus 4.7