Skip to content

Commit

Permalink
ui: change class to have max height and auto scroll for cqm table/card
Browse files Browse the repository at this point in the history
  • Loading branch information
mattystank committed Dec 18, 2023
1 parent 4c62966 commit b2cd827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/listing/details/cqms/cqms-edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const useStyles = makeStyles({
...utilStyles,
cardContainer: {
width: '100%',
height: "700px",
overflowY: "scroll"
height: '700px',
overflowY: 'scroll',
},
column: {
display: 'flex',
Expand Down

0 comments on commit b2cd827

Please sign in to comment.