Skip to content

Commit

Permalink
FOUT-15764:My Cases - Implement the scroll in this section
Browse files Browse the repository at this point in the history
  • Loading branch information
fagubla committed May 27, 2024
1 parent 828bb8c commit b2d256e
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 @@ -384,6 +384,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 @@ -317,3 +317,9 @@ export default {
}
};
</script>
<style scoped>
.pm-table-container {
height: 300px;
}
</style>

0 comments on commit b2d256e

Please sign in to comment.