From 08430571ed9a2b7cea9cf52c00c6f4264858d348 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, 3 insertions(+), 5 deletions(-) diff --git a/src/containers/ReviewModal/ReviewModal.scss b/src/containers/ReviewModal/ReviewModal.scss index ca9731be..76db3d4f 100644 --- a/src/containers/ReviewModal/ReviewModal.scss +++ b/src/containers/ReviewModal/ReviewModal.scss @@ -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 { @@ -39,4 +37,4 @@ width: 100%; } } -} \ No newline at end of file +}