Skip to content

Commit f95ede9

Browse files
committed
fix: enable scroll in grading modal
1 parent 8809f4c commit f95ede9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/containers/ReviewModal/ReviewModal.scss

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
.review-modal-body {
44
background-color: $gray-300 !important;
5+
overflow: auto !important;
56
padding: inherit;
67

78
& > div.pgn__modal-body-content {

0 commit comments

Comments
 (0)