Skip to content

Commit

Permalink
Merge pull request #1596 from ProcessMaker/feature/FOUR-15764
Browse files Browse the repository at this point in the history
FOUT-15764:My Cases - Implement the scroll in this section
  • Loading branch information
pmPaulis authored May 29, 2024
2 parents 990d428 + b2d256e commit 5684a5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/renderer/form-list-table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ export default {
height: 300px;
overflow: auto;
background-color: #f9f9f9;
padding: 0;
}
.btn-outline-secondary {
Expand Down
6 changes: 6 additions & 0 deletions src/components/renderer/form-requests.vue
Original file line number Diff line number Diff line change
Expand Up @@ -329,3 +329,9 @@ export default {
}
};
</script>
<style scoped>
.pm-table-container {
height: 300px;
}
</style>

0 comments on commit 5684a5b

Please sign in to comment.