fix: enable scroll in grading modal

This commit is contained in:
Paulo Viadanna
2024-09-16 13:23:52 -03:00
committed by Emad Rad
parent 25d76c0e59
commit fb06133a27

View File

@@ -2,6 +2,7 @@
.review-modal-body {
background-color: $gray-300 !important;
overflow: auto !important;
padding: inherit;
& > div.pgn__modal-body-content {