Skip to content

Commit a7b052f

Browse files
LunyachekCodeWithEmad
authored andcommitted
fix: Fix for the Paragon modal shadow, which prevents clicking on an element on the grading page
1 parent 09dbdb1 commit a7b052f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/containers/ReviewModal/ReviewModal.scss

+2-6
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@
44
background-color: $gray-300 !important;
55
padding: inherit;
66

7-
& > div.pgn__modal-body-content {
7+
& > div.pgn__modal-body-content .row {
88
height: 100%;
9-
10-
.row {
11-
height: 100%;
12-
}
139
}
1410

1511
.content-block {
@@ -40,4 +36,4 @@
4036
width: 100%;
4137
}
4238
}
43-
}
39+
}

0 commit comments

Comments
 (0)