MDL-60621 core_course: Disable scrollable in the activity chooser modal
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -248,6 +248,7 @@ const buildModal = (bodyPromise, footer) => {
|
||||
body: bodyPromise,
|
||||
footer: footer.customfootertemplate,
|
||||
large: true,
|
||||
scrollable: false,
|
||||
templateContext: {
|
||||
classes: 'modchooser'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user