From 5c1014beccf05f0815555945bdc3e2408a368891 Mon Sep 17 00:00:00 2001 From: Stanislav Lunyachek Date: Wed, 25 Sep 2024 15:36:38 +0300 Subject: [PATCH] fix: Fix for the Paragon modal shadow, which prevents clicking on an element on the grading page --- src/containers/ReviewModal/ReviewModal.scss | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/containers/ReviewModal/ReviewModal.scss b/src/containers/ReviewModal/ReviewModal.scss index c50e7aa5..df8b483b 100644 --- a/src/containers/ReviewModal/ReviewModal.scss +++ b/src/containers/ReviewModal/ReviewModal.scss @@ -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 { @@ -40,4 +36,4 @@ width: 100%; } } -} \ No newline at end of file +}