Skip to content

Commit 923b7d0

Browse files
authored
Merge pull request #8518 from ProcessMaker/bugfix/FOUR-21536
Bugfix/FOUR-21536: [42898] UI Doesn't Allow Scrolling in Request Details Panel
2 parents 018d359 + 7e6f55d commit 923b7d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

resources/views/requests/show.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -987,5 +987,8 @@ classStatusCard() {
987987
.card-height {
988988
height: 50vh;
989989
}
990+
.collapse-content {
991+
overflow: auto;
992+
}
990993
</style>
991994
@endsection

0 commit comments

Comments
 (0)