Skip to content

Commit

Permalink
Bug 1683668 - Show scrollbar in the job info panel.
Browse files Browse the repository at this point in the history
  • Loading branch information
arai-a authored and Archaeopteryx committed Nov 21, 2023
1 parent 092709f commit c13a218
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ui/css/treeherder-details-panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,13 @@ div#details-panel-content .actionbar-nav > li > button:focus {
#summary-panel {
width: 310px;
min-width: 310px;
display: flex;
flex-direction: column;
}

#summary-panel-content {
flex: 1;
overflow: auto;
}

/*
Expand Down

0 comments on commit c13a218

Please sign in to comment.