Skip to content

Commit 0843057

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

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/containers/ReviewModal/ReviewModal.scss

+3-5
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
overflow: auto !important;
66
padding: inherit;
77

8-
& > div.pgn__modal-body-content {
9-
.row {
10-
height: 100%;
11-
}
8+
& > div.pgn__modal-body-content .row {
9+
height: 100%;
1210
}
1311

1412
.content-block {
@@ -39,4 +37,4 @@
3937
width: 100%;
4038
}
4139
}
42-
}
40+
}

0 commit comments

Comments
 (0)