Skip to content

Commit

Permalink
fix: enable scroll in grading modal
Browse files Browse the repository at this point in the history
  • Loading branch information
viadanna committed Sep 24, 2024
1 parent 8809f4c commit f95ede9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/containers/ReviewModal/ReviewModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

.review-modal-body {
background-color: $gray-300 !important;
overflow: auto !important;
padding: inherit;

& > div.pgn__modal-body-content {
Expand Down

0 comments on commit f95ede9

Please sign in to comment.