Skip to content

Commit

Permalink
8693wuh25: Add a scroll bar to table container
Browse files Browse the repository at this point in the history
  • Loading branch information
tomolopolis committed Mar 28, 2024
1 parent b945746 commit 5900941
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp/frontend/src/views/MetricsHome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ export default {
padding: 10px 0;
width: 95%;
margin: auto;
height: calc(100% - 100px);
overflow-y: auto;
}
.status-icon {
Expand Down

0 comments on commit 5900941

Please sign in to comment.