fix: Fix for the Paragon modal shadow, which prevents clicking on an element on the grading page

This commit is contained in:
Stanislav Lunyachek
2024-09-25 15:36:38 +03:00
committed by Emad Rad
parent fb06133a27
commit 08430571ed

View File

@@ -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%;
}
}
}
}