Skip to content

Commit

Permalink
MDL-74441 mod_forum: Fix overflow in unified grader
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron1729 committed Apr 28, 2022
1 parent 998c632 commit 34c3392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mod/forum/templates/local/grades/grader.mustache
Expand Up @@ -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>
Expand Down
Expand Up @@ -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>
Expand Down

0 comments on commit 34c3392

Please sign in to comment.