You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Runs table] Moves expand button to layout container and fixes sidebar scroll (#6837)
## Motivation for features / changes
- Moving the expand button out of the runs table is required to make it
compatible with the upcoming sticky add column b/332788091
- When the table is both vertically long and horizontally wide, it's
very difficult to scroll horizontally: users must scroll all the way to
the bottom of the table in order to access the horizontal scroll bar.
b/332720882
## Technical description of changes
- Moves the "expand button" from inside the runs data table to the
LayoutContainer (in the side bar).
- Moves the "overflow" css property from the runs table to
RunsSelectorComponent (the runs table wrapper)
- Makes the runs table header sticky. This was already set, but wasn't
being applied due to a missing "position: relative" parent.
## Screenshots of UI changes (or N/A)
sticky header:

expand table button:

0 commit comments