-
{{#str}} contactrequestsent, core_message {{/str}}
-
-
+
+
+
{{#str}} contactrequestsent, core_message {{/str}}
+
+
{{> core/loading }}
diff --git a/theme/bootstrapbase/less/moodle/bs4-compat.less b/theme/bootstrapbase/less/moodle/bs4-compat.less
index d34c15c6fbe..89863906bd3 100644
--- a/theme/bootstrapbase/less/moodle/bs4-compat.less
+++ b/theme/bootstrapbase/less/moodle/bs4-compat.less
@@ -562,6 +562,9 @@
.position-relative {
position: relative !important;
}
+.position-sticky {
+ position: sticky !important;
+}
.align-self-start {
align-self: flex-start !important;
}
diff --git a/theme/bootstrapbase/style/moodle.css b/theme/bootstrapbase/style/moodle.css
index e15322175aa..44104ea2949 100644
--- a/theme/bootstrapbase/style/moodle.css
+++ b/theme/bootstrapbase/style/moodle.css
@@ -22338,6 +22338,9 @@ ul.indented-list {
.position-relative {
position: relative !important;
}
+.position-sticky {
+ position: sticky !important;
+}
.align-self-start {
align-self: flex-start !important;
}