sindresorhus/refined-github
The issue has been closed
Expand scrollable area in workflow results #3591
fregante posted onGitHub
URL: https://github.com/fregante/github-issue-link-status/pull/37/checks?check_run_id=1157417110
Currently
The page has a fixed height and the scrollable area can be 200px tall 🤦♂️
Correct
The page should not have a max height:
I think it's just:
.WorkflowRunLogsScroll {
height: auto !important;
}