MDL-74441 mod_forum: Fix overflow in unified grader

This commit is contained in:
Cameron Ball
2022-05-03 15:52:26 +08:00
parent 81e5d425c4
commit 63ed56bc7c
2 changed files with 2 additions and 2 deletions
@@ -43,7 +43,7 @@
>
{{> mod_forum/local/grades/local/grader/navigation }}
<div class="d-flex flex-grow-1 h-100 position-relative">
<div class="d-flex flex-grow-1 overflow-hidden position-relative">
{{> mod_forum/local/grades/local/grader/content }}
{{#drawer}}{{> mod_forum/local/grades/local/grader/grading }}{{/drawer}}
</div>
@@ -30,7 +30,7 @@
{
}
}}
<div class="grader-module-content w-100 h-100" data-region="module_content_container" role="region" aria-label="{{#str}} usersforumposts, mod_forum {{/str}}">
<div class="grader-module-content w-100" data-region="module_content_container" role="region" aria-label="{{#str}} usersforumposts, mod_forum {{/str}}">
<div data-region="module_content" class="grader-module-content-display">
{{> mod_forum/local/grades/local/grader/module_content_placeholder }}
</div>