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 committed Sep 25, 2024
1 parent 8809f4c commit a0fb120
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/containers/ReviewModal/ReviewModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@
background-color: $gray-300 !important;
padding: inherit;

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

.row {
height: 100%;
}
}

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

0 comments on commit a0fb120

Please sign in to comment.