MDL-60621 core_course: Disable scrollable in the activity chooser modal

This commit is contained in:
Mihail Geshoski
2020-06-30 10:18:19 +08:00
parent e13cbf9e27
commit 8ee9fbca8d
3 changed files with 3 additions and 2 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
View File
@@ -248,6 +248,7 @@ const buildModal = (bodyPromise, footer) => {
body: bodyPromise,
footer: footer.customfootertemplate,
large: true,
scrollable: false,
templateContext: {
classes: 'modchooser'
}