Skip to content

Commit

Permalink
fix: Fix for the Paragon modal shadow, which prevents clicking on an …
Browse files Browse the repository at this point in the history
…element on the grading page
  • Loading branch information
Lunyachek authored and CodeWithEmad committed Feb 19, 2025
1 parent fb06133 commit 0843057
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/containers/ReviewModal/ReviewModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
overflow: auto !important;
padding: inherit;

& > div.pgn__modal-body-content {
.row {
height: 100%;
}
& > div.pgn__modal-body-content .row {
height: 100%;
}

.content-block {
Expand Down Expand Up @@ -39,4 +37,4 @@
width: 100%;
}
}
}
}

0 comments on commit 0843057

Please sign in to comment.