MDL-74441 mod_forum: Fix overflow in unified grader

This commit is contained in:
Cameron Ball
2022-04-28 15:55:18 +08:00
parent 998c632b5d
commit 34c3392f49
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>