[v3-2-test] UI: Make DAG detail page scrollable on mobile viewports (#65899)#66975
Merged
vatsrahul1001 merged 1 commit intoMay 15, 2026
Merged
Conversation
…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>
632472c to
5cce1ba
Compare
shahar1
approved these changes
May 15, 2026
vatsrahul1001
approved these changes
May 15, 2026
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.
Manual backport of #65899 to
v3-2-test. The auto-backport botrun 25198597986
could not apply the commit cleanly due to unrelated divergence on
main(
OpenGroupsProvider→GroupsProviderrename, Grid/Gantt refactor,SharedScrollBoxintroduction, etc.).Resolution scope is identical to the original PR's intent — no
behavioural changes beyond what #65899 introduced:
BaseLayout.tsx:overflowY="auto"→overflow="auto"(one line).DetailsLayout.tsx: wrap the children of<OpenGroupsProvider>in<Box display="flex" flex={1} flexDirection="column" minH={0} minW={{ base: "1280px", md: "auto" }}>.All other apparent changes are re-indentation from the wrap.
Adapted to v3-2-test's existing structure (kept
OpenGroupsProviderand the existing Grid/Gantt props rather than back-importing the main-only refactors).
closes: backport of #65899
Was generative AI tooling used to co-author this PR?
Generated-by: Claude Code (Opus 4.7) following the guidelines